#53317D

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

Shades of Kingfisher Daisy #53317D

Tints of Kingfisher Daisy #53317D

Color information

#53317D (or 0x53317D) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 31 and 7D. RGB value is (83,49,125). Sum of RGB (Red+Green+Blue) = 83+49+125=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #53317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53317D is #ACCE82. Grayscale: #434343. Windows color (decimal): -11325059 or 8204627. OLE color: 8204627.

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

Color convert

RGB8349125-
CMYK0.340.6100.51
HSL266.84º43.68%34.12%-
HSV(B)266.84º60.8%49.02%-
XYZ8.375.5220.03-
YUV67.83160.26138.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=32.30%
G=19.07%
B=48.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83491250.340.6100.51266.8443.6834.12
Hex53317D223D03310b2c22
Octal1236117542750634135442
Binary101001111000111111011000101111010110011100001011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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