#52378E

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

Shades of Daisy Bush #52378E

Tints of Daisy Bush #52378E

Color information

#52378E (or 0x52378E) is unknown color: approx Daisy Bush. HEX triplet: 52, 37 and 8E. RGB value is (82,55,142). Sum of RGB (Red+Green+Blue) = 82+55+142=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #52378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52378E is #ADC871. Grayscale: #484848. Windows color (decimal): -11389042 or 9320274. OLE color: 9320274.

HSL color Cylindrical-coordinate representation of color #52378E: hue angle of 258.62º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52378E is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8255142-
CMYK0.420.6100.44
HSL258.62º44.16%38.63%-
HSV(B)258.62º61.27%55.69%-
XYZ9.736.4826.33-
YUV72.99166.95134.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=29.39%
G=19.71%
B=50.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82551420.420.6100.44258.6244.1638.63
Hex52378E2A3D02C1032c27
Octal1226721652750544035447
Binary1010010110111100011101010101111010101100100000011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,55,142); }

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

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

 a { background-color: rgb(82,55,142); }

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

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

 span { border-color: rgb(82,55,142); }

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