#56337F

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

Shades of Kingfisher Daisy #56337F

Tints of Kingfisher Daisy #56337F

Color information

#56337F (or 0x56337F) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 33 and 7F. RGB value is (86,51,127). Sum of RGB (Red+Green+Blue) = 86+51+127=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #56337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56337F is #A9CC80. Grayscale: #454545. Windows color (decimal): -11127937 or 8336214. OLE color: 8336214.

HSL color Cylindrical-coordinate representation of color #56337F: hue angle of 267.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56337F is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8651127-
CMYK0.320.6000.50
HSL267.63º42.7%34.9%-
HSV(B)267.63º59.84%49.8%-
XYZ8.855.8820.75-
YUV70.13160.1139.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 127 (50% from 255) = 48.11%
R=32.58%
G=19.32%
B=48.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86511270.320.6000.50267.6342.734.9
Hex56337F203C03210c2b23
Octal1266317740740624145343
Binary101011011001111111111000001111000110010100001100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56337F; }

 p { color: rgb(86,51,127); }

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

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

 a { background-color: rgb(86,51,127); }

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

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

 span { border-color: rgb(86,51,127); }

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