#562095

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

Shades of Kingfisher Daisy #562095

Tints of Kingfisher Daisy #562095

Color information

#562095 (or 0x562095) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 20 and 95. RGB value is (86,32,149). Sum of RGB (Red+Green+Blue) = 86+32+149=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #562095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562095 is #A9DF6A. Grayscale: #3D3D3D. Windows color (decimal): -11132779 or 9773142. OLE color: 9773142.

HSL color Cylindrical-coordinate representation of color #562095: hue angle of 267.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562095 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8632149-
CMYK0.420.7900.42
HSL267.69º64.64%35.49%-
HSV(B)267.69º78.52%58.43%-
XYZ9.785.1828.92-
YUV61.48177.39145.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=32.21%
G=11.99%
B=55.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86321490.420.7900.42267.6964.6435.49
Hex5620952A4F02A10c4123
Octal126402255211705241410143
Binary101011010000010010101101010100111101010101000011001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562095; }

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

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

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

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

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

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

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

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