#562385

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

Shades of Kingfisher Daisy #562385

Tints of Kingfisher Daisy #562385

Color information

#562385 (or 0x562385) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 23 and 85. RGB value is (86,35,133). Sum of RGB (Red+Green+Blue) = 86+35+133=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #562385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562385 is #A9DC7A. Grayscale: #3D3D3D. Windows color (decimal): -11132027 or 8725334. OLE color: 8725334.

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

Color convert

RGB8635133-
CMYK0.350.7400.48
HSL271.22º58.33%32.94%-
HSV(B)271.22º73.68%52.16%-
XYZ8.674.8722.67-
YUV61.42168.4145.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 133 (52.34% from 255) = 52.36%
R=33.86%
G=13.78%
B=52.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86351330.350.7400.48271.2258.3332.94
Hex562385234A03010f3a21
Octal12643205431120604177241
Binary10101101000111000010110001110010100110000100001111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562385; }

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

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

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

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

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

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

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

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