#52388D

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

Shades of Daisy Bush #52388D

Tints of Daisy Bush #52388D

Color information

#52388D (or 0x52388D) is unknown color: approx Daisy Bush. HEX triplet: 52, 38 and 8D. RGB value is (82,56,141). Sum of RGB (Red+Green+Blue) = 82+56+141=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #52388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52388D is #ADC772. Grayscale: #494949. Windows color (decimal): -11388787 or 9254994. OLE color: 9254994.

HSL color Cylindrical-coordinate representation of color #52388D: hue angle of 258.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52388D is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8256141-
CMYK0.420.6000.45
HSL258.35º43.15%38.63%-
HSV(B)258.35º60.28%55.29%-
XYZ9.76.5525.95-
YUV73.46166.11134.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=29.39%
G=20.07%
B=50.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82561410.420.6000.45258.3543.1538.63
Hex52388D2A3C02D1022b27
Octal1227021552740554025347
Binary1010010111000100011011010101111000101101100000010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52388D; }

 p { color: rgb(82,56,141); }

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

<style>
 a { background-color: #52388D; }

 a { background-color: rgb(82,56,141); }

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

<style>
 span { border-color: #52388D; }

 span { border-color: rgb(82,56,141); }

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