#52338C

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

Shades of Daisy Bush #52338C

Tints of Daisy Bush #52338C

Color information

#52338C (or 0x52338C) is unknown color: approx Daisy Bush. HEX triplet: 52, 33 and 8C. RGB value is (82,51,140). Sum of RGB (Red+Green+Blue) = 82+51+140=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #52338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52338C is #ADCC73. Grayscale: #464646. Windows color (decimal): -11390068 or 9188178. OLE color: 9188178.

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

Color convert

RGB8251140-
CMYK0.410.6400.45
HSL260.9º46.6%37.45%-
HSV(B)260.9º63.57%54.9%-
XYZ9.46.0525.48-
YUV70.41167.27136.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=30.04%
G=18.68%
B=51.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82511400.410.6400.45260.946.637.45
Hex52338C294002D1052f25
Octal12263214511000554055745
Binary10100101100111000110010100110000000101101100000101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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