#56228C

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

Shades of Kingfisher Daisy #56228C

Tints of Kingfisher Daisy #56228C

Color information

#56228C (or 0x56228C) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 22 and 8C. RGB value is (86,34,140). Sum of RGB (Red+Green+Blue) = 86+34+140=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #56228C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56228C is #A9DD73. Grayscale: #3D3D3D. Windows color (decimal): -11132276 or 9183830. OLE color: 9183830.

HSL color Cylindrical-coordinate representation of color #56228C: hue angle of 269.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56228C is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8634140-
CMYK0.390.7600.45
HSL269.43º60.92%34.12%-
HSV(B)269.43º75.71%54.9%-
XYZ9.145.0225.3-
YUV61.63172.23145.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 140 (55.08% from 255) = 53.85%
R=33.08%
G=13.08%
B=53.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86341400.390.7600.45269.4360.9234.12
Hex56228C274C02D10d3d22
Octal12642214471140554157542
Binary10101101000101000110010011110011000101101100001101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56228C; }

 p { color: rgb(86,34,140); }

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

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

 a { background-color: rgb(86,34,140); }

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

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

 span { border-color: rgb(86,34,140); }

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