#52337C

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

Shades of Kingfisher Daisy #52337C

Tints of Kingfisher Daisy #52337C

Color information

#52337C (or 0x52337C) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 33 and 7C. RGB value is (82,51,124). Sum of RGB (Red+Green+Blue) = 82+51+124=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #52337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52337C is #ADCC83. Grayscale: #444444. Windows color (decimal): -11390084 or 8139602. OLE color: 8139602.

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

Color convert

RGB8251124-
CMYK0.340.5900.51
HSL265.48º41.71%34.31%-
HSV(B)265.48º58.87%48.63%-
XYZ8.35.6219.72-
YUV68.59159.27137.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=31.91%
G=19.84%
B=48.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82511240.340.5900.51265.4841.7134.31
Hex52337C223B0331092a22
Octal1226317442730634115242
Binary101001011001111111001000101110110110011100001001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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