#563477

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

Shades of Kingfisher Daisy #563477

Tints of Kingfisher Daisy #563477

Color information

#563477 (or 0x563477) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 34 and 77. RGB value is (86,52,119). Sum of RGB (Red+Green+Blue) = 86+52+119=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #563477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563477 is #A9CB88. Grayscale: #454545. Windows color (decimal): -11127689 or 7812182. OLE color: 7812182.

HSL color Cylindrical-coordinate representation of color #563477: hue angle of 270.45º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #563477 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8652119-
CMYK0.280.5600.53
HSL270.45º39.18%33.53%-
HSV(B)270.45º56.3%46.67%-
XYZ8.45.7718.12-
YUV69.8155.76139.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=33.46%
G=20.23%
B=46.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86521190.280.5600.53270.4539.1833.53
Hex5634771C3803510e2722
Octal1266416734700654164742
Binary10101101101001110111111001110000110101100001110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563477; }

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

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

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

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

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

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

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

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