#562081

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

Shades of Kingfisher Daisy #562081

Tints of Kingfisher Daisy #562081

Color information

#562081 (or 0x562081) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 20 and 81. RGB value is (86,32,129). Sum of RGB (Red+Green+Blue) = 86+32+129=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #562081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562081 is #A9DF7E. Grayscale: #3A3A3A. Windows color (decimal): -11132799 or 8462422. OLE color: 8462422.

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

Color convert

RGB8632129-
CMYK0.330.7500.49
HSL273.4º60.25%31.57%-
HSV(B)273.4º75.19%50.59%-
XYZ8.324.621.22-
YUV59.2167.39147.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=34.82%
G=12.96%
B=52.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86321290.330.7500.49273.460.2531.57
Hex562081214B0311113c20
Octal12640201411130614217440
Binary10101101000001000000110000110010110110001100010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562081; }

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

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

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

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

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

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

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

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