#562581

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

Shades of Kingfisher Daisy #562581

Tints of Kingfisher Daisy #562581

Color information

#562581 (or 0x562581) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 81. RGB value is (86,37,129). Sum of RGB (Red+Green+Blue) = 86+37+129=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #562581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562581 is #A9DA7E. Grayscale: #3D3D3D. Windows color (decimal): -11131519 or 8463702. OLE color: 8463702.

HSL color Cylindrical-coordinate representation of color #562581: hue angle of 271.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #562581 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8637129-
CMYK0.330.7100.49
HSL271.96º55.42%32.55%-
HSV(B)271.96º71.32%50.59%-
XYZ8.464.8921.27-
YUV62.14165.73145.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=34.13%
G=14.68%
B=51.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86371290.330.7100.49271.9655.4232.55
Hex56258121470311103721
Octal12645201411070614206741
Binary10101101001011000000110000110001110110001100010000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562581; }

 p { color: rgb(86,37,129); }

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

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

 a { background-color: rgb(86,37,129); }

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

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

 span { border-color: rgb(86,37,129); }

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