#52259E

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

Shades of Daisy Bush #52259E

Tints of Daisy Bush #52259E

Color information

#52259E (or 0x52259E) is unknown color: approx Daisy Bush. HEX triplet: 52, 25 and 9E. RGB value is (82,37,158). Sum of RGB (Red+Green+Blue) = 82+37+158=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #52259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52259E is #ADDA61. Grayscale: #3F3F3F. Windows color (decimal): -11393634 or 10364242. OLE color: 10364242.

HSL color Cylindrical-coordinate representation of color #52259E: hue angle of 262.31º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52259E is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8237158-
CMYK0.480.7700.38
HSL262.31º62.05%38.24%-
HSV(B)262.31º76.58%61.96%-
XYZ10.315.5932.88-
YUV64.25180.91140.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=29.60%
G=13.36%
B=57.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82371580.480.7700.38262.3162.0538.24
Hex52259E304D0261063e26
Octal12245236601150464067646
Binary10100101001011001111011000010011010100110100000110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52259E; }

 p { color: rgb(82,37,158); }

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

<style>
 a { background-color: #52259E; }

 a { background-color: rgb(82,37,158); }

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

<style>
 span { border-color: #52259E; }

 span { border-color: rgb(82,37,158); }

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