#56357A

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

Shades of Kingfisher Daisy #56357A

Tints of Kingfisher Daisy #56357A

Color information

#56357A (or 0x56357A) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 35 and 7A. RGB value is (86,53,122). Sum of RGB (Red+Green+Blue) = 86+53+122=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #56357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56357A is #A9CA85. Grayscale: #464646. Windows color (decimal): -11127430 or 8009046. OLE color: 8009046.

HSL color Cylindrical-coordinate representation of color #56357A: hue angle of 268.7º degrees, saturation: 0.39, 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 #56357A is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8653122-
CMYK0.300.5700.52
HSL268.7º39.43%34.31%-
HSV(B)268.7º56.56%47.84%-
XYZ8.625.9319.1-
YUV70.73156.93138.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=32.95%
G=20.31%
B=46.74%

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
Decimal86531220.300.5700.52268.739.4334.31
Hex56357A1E3903410d2722
Octal1266517236710644154742
Binary10101101101011111010111101110010110100100001101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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