#563277

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

Shades of Kingfisher Daisy #563277

Tints of Kingfisher Daisy #563277

Color information

#563277 (or 0x563277) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 32 and 77. RGB value is (86,50,119). Sum of RGB (Red+Green+Blue) = 86+50+119=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #563277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563277 is #A9CD88. Grayscale: #444444. Windows color (decimal): -11128201 or 7811670. OLE color: 7811670.

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

Color convert

RGB8650119-
CMYK0.280.5800.53
HSL271.3º40.83%33.14%-
HSV(B)271.3º57.98%46.67%-
XYZ8.315.5918.09-
YUV68.63156.43140.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=33.73%
G=19.61%
B=46.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86501190.280.5800.53271.340.8333.14
Hex5632771C3A03510f2921
Octal1266216734720654175141
Binary10101101100101110111111001110100110101100001111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563277; }

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

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

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

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

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

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

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

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