#562594

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

Shades of Kingfisher Daisy #562594

Tints of Kingfisher Daisy #562594

Color information

#562594 (or 0x562594) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 94. RGB value is (86,37,148). Sum of RGB (Red+Green+Blue) = 86+37+148=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #562594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562594 is #A9DA6B. Grayscale: #3F3F3F. Windows color (decimal): -11131500 or 9708886. OLE color: 9708886.

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

Color convert

RGB8637148-
CMYK0.420.7500.42
HSL266.49º60%36.27%-
HSV(B)266.49º75%58.04%-
XYZ9.845.4428.55-
YUV64.3175.23143.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=31.73%
G=13.65%
B=54.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86371480.420.7500.42266.496036.27
Hex5625942A4B02A10a3c24
Octal12645224521130524127444
Binary10101101001011001010010101010010110101010100001010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562594; }

 p { color: rgb(86,37,148); }

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

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

 a { background-color: rgb(86,37,148); }

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

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

 span { border-color: rgb(86,37,148); }

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