#53367C

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

Shades of Kingfisher Daisy #53367C

Tints of Kingfisher Daisy #53367C

Color information

#53367C (or 0x53367C) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 36 and 7C. RGB value is (83,54,124). Sum of RGB (Red+Green+Blue) = 83+54+124=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #53367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53367C is #ACC983. Grayscale: #464646. Windows color (decimal): -11323780 or 8140371. OLE color: 8140371.

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

Color convert

RGB8354124-
CMYK0.330.5600.51
HSL264.86º39.33%34.9%-
HSV(B)264.86º56.45%48.63%-
XYZ8.525.9319.76-
YUV70.65158.11136.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=31.80%
G=20.69%
B=47.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83541240.330.5600.51264.8639.3334.9
Hex53367C21380331092723
Octal1236617441700634114743
Binary101001111011011111001000011110000110011100001001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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