#562985

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

Shades of Kingfisher Daisy #562985

Tints of Kingfisher Daisy #562985

Color information

#562985 (or 0x562985) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 29 and 85. RGB value is (86,41,133). Sum of RGB (Red+Green+Blue) = 86+41+133=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #562985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562985 is #A9D67A. Grayscale: #404040. Windows color (decimal): -11130491 or 8726870. OLE color: 8726870.

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

Color convert

RGB8641133-
CMYK0.350.6900.48
HSL269.35º52.87%34.12%-
HSV(B)269.35º69.17%52.16%-
XYZ8.865.2622.74-
YUV64.94166.41143.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=33.08%
G=15.77%
B=51.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86411330.350.6900.48269.3552.8734.12
Hex562985234503010d3522
Octal12651205431050604156542
Binary10101101010011000010110001110001010110000100001101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562985; }

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

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

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

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

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

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

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

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