#52348C

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

Shades of Daisy Bush #52348C

Tints of Daisy Bush #52348C

Color information

#52348C (or 0x52348C) is unknown color: approx Daisy Bush. HEX triplet: 52, 34 and 8C. RGB value is (82,52,140). Sum of RGB (Red+Green+Blue) = 82+52+140=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #52348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52348C is #ADCB73. Grayscale: #464646. Windows color (decimal): -11389812 or 9188434. OLE color: 9188434.

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

Color convert

RGB8252140-
CMYK0.410.6300.45
HSL260.45º45.83%37.65%-
HSV(B)260.45º62.86%54.9%-
XYZ9.446.1425.5-
YUV71166.94135.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=29.93%
G=18.98%
B=51.09%

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
Decimal82521400.410.6300.45260.4545.8337.65
Hex52348C293F02D1042e26
Octal1226421451770554045646
Binary1010010110100100011001010011111110101101100000100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,52,140); }

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

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

 a { background-color: rgb(82,52,140); }

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

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

 span { border-color: rgb(82,52,140); }

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