#53237F

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

Shades of Kingfisher Daisy #53237F

Tints of Kingfisher Daisy #53237F

Color information

#53237F (or 0x53237F) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 23 and 7F. RGB value is (83,35,127). Sum of RGB (Red+Green+Blue) = 83+35+127=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #53237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53237F is #ACDC80. Grayscale: #3B3B3B. Windows color (decimal): -11328641 or 8332115. OLE color: 8332115.

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

Color convert

RGB8335127-
CMYK0.350.7200.50
HSL271.3º56.79%31.76%-
HSV(B)271.3º72.44%49.8%-
XYZ84.5720.54-
YUV59.84165.9144.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 127 (50% from 255) = 51.84%
R=33.88%
G=14.29%
B=51.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83351270.350.7200.50271.356.7931.76
Hex53237F234803210f3920
Octal12343177431100624177140
Binary1010011100011111111110001110010000110010100001111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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