#563476

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

Shades of Kingfisher Daisy #563476

Tints of Kingfisher Daisy #563476

Color information

#563476 (or 0x563476) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 34 and 76. RGB value is (86,52,118). Sum of RGB (Red+Green+Blue) = 86+52+118=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #563476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563476 is #A9CB89. Grayscale: #454545. Windows color (decimal): -11127690 or 7746646. OLE color: 7746646.

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

Color convert

RGB8652118-
CMYK0.270.5600.54
HSL270.91º38.82%33.33%-
HSV(B)270.91º55.93%46.27%-
XYZ8.345.7417.81-
YUV69.69155.26139.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=33.59%
G=20.31%
B=46.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86521180.270.5600.54270.9138.8233.33
Hex5634761B3803610f2721
Octal1266416633700664174741
Binary10101101101001110110110111110000110110100001111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563476; }

 p { color: rgb(86,52,118); }

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

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

 a { background-color: rgb(86,52,118); }

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

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

 span { border-color: rgb(86,52,118); }

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