#562682

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

Shades of Kingfisher Daisy #562682

Tints of Kingfisher Daisy #562682

Color information

#562682 (or 0x562682) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 26 and 82. RGB value is (86,38,130). Sum of RGB (Red+Green+Blue) = 86+38+130=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #562682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562682 is #A9D97D. Grayscale: #3E3E3E. Windows color (decimal): -11131262 or 8529494. OLE color: 8529494.

HSL color Cylindrical-coordinate representation of color #562682: hue angle of 271.3º 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 #562682 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8638130-
CMYK0.340.7100.49
HSL271.3º54.76%32.94%-
HSV(B)271.3º70.77%50.98%-
XYZ8.564.9821.63-
YUV62.84165.9144.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=33.86%
G=14.96%
B=51.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86381300.340.7100.49271.354.7632.94
Hex562682224703110f3721
Octal12646202421070614176741
Binary10101101001101000001010001010001110110001100001111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562682; }

 p { color: rgb(86,38,130); }

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

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

 a { background-color: rgb(86,38,130); }

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

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

 span { border-color: rgb(86,38,130); }

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