#563575

Color #563575 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #563575

Tints of Kingfisher Daisy #563575

Color information

#563575 (or 0x563575) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 35 and 75. RGB value is (86,53,117). Sum of RGB (Red+Green+Blue) = 86+53+117=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #563575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563575 is #A9CA8A. Grayscale: #454545. Windows color (decimal): -11127435 or 7681366. OLE color: 7681366.

HSL color Cylindrical-coordinate representation of color #563575: hue angle of 270.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #563575 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8653117-
CMYK0.260.5500.54
HSL270.94º37.65%33.33%-
HSV(B)270.94º54.7%45.88%-
XYZ8.325.8117.51-
YUV70.16154.43139.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=33.59%
G=20.70%
B=45.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86531170.260.5500.54270.9437.6533.33
Hex5635751A3703610f2621
Octal1266516532670664174641
Binary10101101101011110101110101101110110110100001111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563575; }

 p { color: rgb(86,53,117); }

 H1.HeaderClassName
 {
   color: #563575;
 }
 .AnyTagClassName
 {
   color: #563575;
 }
</style>
background-color css

<style>
 a { background-color: #563575; }

 a { background-color: rgb(86,53,117); }

 div.DivClassName
 {
   background-color: #563575;
 }
 .BgClassName
 {
   background-color: #563575;
 }
</style>
border-color css

<style>
 span { border-color: #563575; }

 span { border-color: rgb(86,53,117); }

 td.TdClassName
 {
   border-color: #563575;
 }
 .TagClassName
 {
   border-color: #563575;
 }
</style>