#56347A

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

Shades of Kingfisher Daisy #56347A

Tints of Kingfisher Daisy #56347A

Color information

#56347A (or 0x56347A) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 34 and 7A. RGB value is (86,52,122). Sum of RGB (Red+Green+Blue) = 86+52+122=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #56347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56347A is #A9CB85. Grayscale: #454545. Windows color (decimal): -11127686 or 8008790. OLE color: 8008790.

HSL color Cylindrical-coordinate representation of color #56347A: hue angle of 269.14º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56347A is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8652122-
CMYK0.300.5700.52
HSL269.14º40.23%34.12%-
HSV(B)269.14º57.38%47.84%-
XYZ8.585.8419.09-
YUV70.15157.26139.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=33.08%
G=20%
B=46.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86521220.300.5700.52269.1440.2334.12
Hex56347A1E3903410d2822
Octal1266417236710644155042
Binary10101101101001111010111101110010110100100001101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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