#562384

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

Shades of Kingfisher Daisy #562384

Tints of Kingfisher Daisy #562384

Color information

#562384 (or 0x562384) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 23 and 84. RGB value is (86,35,132). Sum of RGB (Red+Green+Blue) = 86+35+132=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #562384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562384 is #A9DC7B. Grayscale: #3C3C3C. Windows color (decimal): -11132028 or 8659798. OLE color: 8659798.

HSL color Cylindrical-coordinate representation of color #562384: hue angle of 271.55º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562384 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8635132-
CMYK0.350.7300.48
HSL271.55º58.08%32.75%-
HSV(B)271.55º73.48%51.76%-
XYZ8.64.8522.31-
YUV61.31167.9145.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=33.99%
G=13.83%
B=52.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86351320.350.7300.48271.5558.0832.75
Hex56238423490301103a21
Octal12643204431110604207241
Binary10101101000111000010010001110010010110000100010000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562384; }

 p { color: rgb(86,35,132); }

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

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

 a { background-color: rgb(86,35,132); }

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

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

 span { border-color: rgb(86,35,132); }

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