#53287C

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

Shades of Kingfisher Daisy #53287C

Tints of Kingfisher Daisy #53287C

Color information

#53287C (or 0x53287C) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 28 and 7C. RGB value is (83,40,124). Sum of RGB (Red+Green+Blue) = 83+40+124=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #53287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53287C is #ACD783. Grayscale: #3E3E3E. Windows color (decimal): -11327364 or 8136787. OLE color: 8136787.

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

Color convert

RGB8340124-
CMYK0.330.6800.51
HSL270.71º51.22%32.16%-
HSV(B)270.71º67.74%48.63%-
XYZ7.964.8119.58-
YUV62.43162.75142.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=33.60%
G=16.19%
B=50.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83401240.330.6800.51270.7151.2232.16
Hex53287C214403310f3320
Octal12350174411040634176340
Binary1010011101000111110010000110001000110011100001111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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