#53257F

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

Shades of Kingfisher Daisy #53257F

Tints of Kingfisher Daisy #53257F

Color information

#53257F (or 0x53257F) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 25 and 7F. RGB value is (83,37,127). Sum of RGB (Red+Green+Blue) = 83+37+127=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #53257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53257F is #ACDA80. Grayscale: #3C3C3C. Windows color (decimal): -11328129 or 8332627. OLE color: 8332627.

HSL color Cylindrical-coordinate representation of color #53257F: hue angle of 270.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53257F is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8337127-
CMYK0.350.7100.50
HSL270.67º54.88%32.16%-
HSV(B)270.67º70.87%49.8%-
XYZ8.064.6920.56-
YUV61.01165.24143.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 127 (50% from 255) = 51.42%
R=33.60%
G=14.98%
B=51.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83371270.350.7100.50270.6754.8832.16
Hex53257F234703210f3720
Octal12345177431070624176740
Binary1010011100101111111110001110001110110010100001111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53257F; }

 p { color: rgb(83,37,127); }

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

<style>
 a { background-color: #53257F; }

 a { background-color: rgb(83,37,127); }

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

<style>
 span { border-color: #53257F; }

 span { border-color: rgb(83,37,127); }

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