#53347C

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

Shades of Kingfisher Daisy #53347C

Tints of Kingfisher Daisy #53347C

Color information

#53347C (or 0x53347C) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 34 and 7C. RGB value is (83,52,124). Sum of RGB (Red+Green+Blue) = 83+52+124=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #53347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53347C is #ACCB83. Grayscale: #454545. Windows color (decimal): -11324292 or 8139859. OLE color: 8139859.

HSL color Cylindrical-coordinate representation of color #53347C: hue angle of 265.83º 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 #53347C is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8352124-
CMYK0.330.5800.51
HSL265.83º40.91%34.51%-
HSV(B)265.83º58.06%48.63%-
XYZ8.435.7519.73-
YUV69.48158.77137.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=32.05%
G=20.08%
B=47.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83521240.330.5800.51265.8340.9134.51
Hex53347C213A03310a2923
Octal1236417441720634125143
Binary101001111010011111001000011110100110011100001010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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