#52338B

Color #52338B Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #52338B

Tints of Daisy Bush #52338B

Color information

#52338B (or 0x52338B) is unknown color: approx Daisy Bush. HEX triplet: 52, 33 and 8B. RGB value is (82,51,139). Sum of RGB (Red+Green+Blue) = 82+51+139=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #52338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52338B is #ADCC74. Grayscale: #454545. Windows color (decimal): -11390069 or 9122642. OLE color: 9122642.

HSL color Cylindrical-coordinate representation of color #52338B: hue angle of 261.14º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52338B is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8251139-
CMYK0.410.6300.45
HSL261.14º46.32%37.25%-
HSV(B)261.14º63.31%54.51%-
XYZ9.326.0325.1-
YUV70.3166.77136.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=30.15%
G=18.75%
B=51.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82511390.410.6300.45261.1446.3237.25
Hex52338B293F02D1052e25
Octal1226321351770554055645
Binary1010010110011100010111010011111110101101100000101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52338B; }

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

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

<style>
 a { background-color: #52338B; }

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

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

<style>
 span { border-color: #52338B; }

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

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