#562085

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

Shades of Kingfisher Daisy #562085

Tints of Kingfisher Daisy #562085

Color information

#562085 (or 0x562085) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 20 and 85. RGB value is (86,32,133). Sum of RGB (Red+Green+Blue) = 86+32+133=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #562085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562085 is #A9DF7A. Grayscale: #3B3B3B. Windows color (decimal): -11132795 or 8724566. OLE color: 8724566.

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

Color convert

RGB8632133-
CMYK0.350.7600.48
HSL272.08º61.21%32.35%-
HSV(B)272.08º75.94%52.16%-
XYZ8.594.722.65-
YUV59.66169.39146.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=34.26%
G=12.75%
B=52.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86321330.350.7600.48272.0861.2132.35
Hex562085234C0301103d20
Octal12640205431140604207540
Binary10101101000001000010110001110011000110000100010000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562085; }

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

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

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

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

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

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

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

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