#56248E

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

Shades of Kingfisher Daisy #56248E

Tints of Kingfisher Daisy #56248E

Color information

#56248E (or 0x56248E) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 24 and 8E. RGB value is (86,36,142). Sum of RGB (Red+Green+Blue) = 86+36+142=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #56248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56248E is #A9DB71. Grayscale: #3E3E3E. Windows color (decimal): -11131762 or 9315414. OLE color: 9315414.

HSL color Cylindrical-coordinate representation of color #56248E: hue angle of 268.3º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56248E is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8636142-
CMYK0.390.7500.44
HSL268.3º59.55%34.9%-
HSV(B)268.3º74.65%55.69%-
XYZ9.355.1926.1-
YUV63.03172.56144.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=32.58%
G=13.64%
B=53.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86361420.390.7500.44268.359.5534.9
Hex56248E274B02C10c3c23
Octal12644216471130544147443
Binary10101101001001000111010011110010110101100100001100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56248E; }

 p { color: rgb(86,36,142); }

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

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

 a { background-color: rgb(86,36,142); }

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

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

 span { border-color: rgb(86,36,142); }

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