#52299B

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

Shades of Daisy Bush #52299B

Tints of Daisy Bush #52299B

Color information

#52299B (or 0x52299B) is unknown color: approx Daisy Bush. HEX triplet: 52, 29 and 9B. RGB value is (82,41,155). Sum of RGB (Red+Green+Blue) = 82+41+155=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #52299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52299B is #ADD664. Grayscale: #414141. Windows color (decimal): -11392613 or 10168658. OLE color: 10168658.

HSL color Cylindrical-coordinate representation of color #52299B: hue angle of 261.58º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52299B is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8241155-
CMYK0.470.7400.39
HSL261.58º58.16%38.43%-
HSV(B)261.58º73.55%60.78%-
XYZ10.195.7531.58-
YUV66.26178.08139.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=29.50%
G=14.75%
B=55.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82411550.470.7400.39261.5858.1638.43
Hex52299B2F4A0271063a26
Octal12251233571120474067246
Binary10100101010011001101110111110010100100111100000110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,41,155); }

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

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

 a { background-color: rgb(82,41,155); }

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

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

 span { border-color: rgb(82,41,155); }

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