#56347C

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

Shades of Kingfisher Daisy #56347C

Tints of Kingfisher Daisy #56347C

Color information

#56347C (or 0x56347C) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 34 and 7C. RGB value is (86,52,124). Sum of RGB (Red+Green+Blue) = 86+52+124=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #56347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56347C is #A9CB83. Grayscale: #464646. Windows color (decimal): -11127684 or 8139862. OLE color: 8139862.

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

Color convert

RGB8652124-
CMYK0.310.5800.51
HSL268.33º40.91%34.51%-
HSV(B)268.33º58.06%48.63%-
XYZ8.75.8919.75-
YUV70.37158.26139.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=32.82%
G=19.85%
B=47.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86521240.310.5800.51268.3340.9134.51
Hex56347C1F3A03310c2923
Octal1266417437720634145143
Binary10101101101001111100111111110100110011100001100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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