#56297C

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

Shades of Kingfisher Daisy #56297C

Tints of Kingfisher Daisy #56297C

Color information

#56297C (or 0x56297C) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 29 and 7C. RGB value is (86,41,124). Sum of RGB (Red+Green+Blue) = 86+41+124=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #56297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56297C is #A9D683. Grayscale: #3F3F3F. Windows color (decimal): -11130500 or 8137046. OLE color: 8137046.

HSL color Cylindrical-coordinate representation of color #56297C: hue angle of 272.53º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56297C is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8641124-
CMYK0.310.6700.51
HSL272.53º50.3%32.35%-
HSV(B)272.53º66.94%48.63%-
XYZ8.275.0219.6-
YUV63.92161.91143.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=34.26%
G=16.33%
B=49.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86411240.310.6700.51272.5350.332.35
Hex56297C1F430331113220
Octal12651174371030634216240
Binary101011010100111111001111110000110110011100010001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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