#52337F

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

Shades of Kingfisher Daisy #52337F

Tints of Kingfisher Daisy #52337F

Color information

#52337F (or 0x52337F) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 33 and 7F. RGB value is (82,51,127). Sum of RGB (Red+Green+Blue) = 82+51+127=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #52337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52337F is #ADCC80. Grayscale: #444444. Windows color (decimal): -11390081 or 8336210. OLE color: 8336210.

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

Color convert

RGB8251127-
CMYK0.350.6000.50
HSL264.47º42.7%34.9%-
HSV(B)264.47º59.84%49.8%-
XYZ8.495.6920.73-
YUV68.93160.77137.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 127 (50% from 255) = 48.85%
R=31.54%
G=19.62%
B=48.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82511270.350.6000.50264.4742.734.9
Hex52337F233C0321082b23
Octal1226317743740624105343
Binary101001011001111111111000111111000110010100001000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,51,127); }

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

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

 a { background-color: rgb(82,51,127); }

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

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

 span { border-color: rgb(82,51,127); }

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