#562281

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

Shades of Kingfisher Daisy #562281

Tints of Kingfisher Daisy #562281

Color information

#562281 (or 0x562281) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 22 and 81. RGB value is (86,34,129). Sum of RGB (Red+Green+Blue) = 86+34+129=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #562281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562281 is #A9DD7E. Grayscale: #3C3C3C. Windows color (decimal): -11132287 or 8462934. OLE color: 8462934.

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

Color convert

RGB8634129-
CMYK0.330.7400.49
HSL272.84º58.28%31.96%-
HSV(B)272.84º73.64%50.59%-
XYZ8.374.7121.24-
YUV60.38166.73146.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=34.54%
G=13.65%
B=51.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86341290.330.7400.49272.8458.2831.96
Hex562281214A0311113a20
Octal12642201411120614217240
Binary10101101000101000000110000110010100110001100010001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562281; }

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

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

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

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

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

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

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

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