#53317F

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

Shades of Kingfisher Daisy #53317F

Tints of Kingfisher Daisy #53317F

Color information

#53317F (or 0x53317F) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 31 and 7F. RGB value is (83,49,127). Sum of RGB (Red+Green+Blue) = 83+49+127=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #53317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53317F is #ACCE80. Grayscale: #434343. Windows color (decimal): -11325057 or 8335699. OLE color: 8335699.

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

Color convert

RGB8349127-
CMYK0.350.6100.50
HSL266.15º44.32%34.51%-
HSV(B)266.15º61.42%49.8%-
XYZ8.55.5720.71-
YUV68.06161.26138.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 127 (50% from 255) = 49.03%
R=32.05%
G=18.92%
B=49.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83491270.350.6100.50266.1544.3234.51
Hex53317F233D03210a2c23
Octal1236117743750624125443
Binary101001111000111111111000111111010110010100001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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