#52368B

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

Shades of Daisy Bush #52368B

Tints of Daisy Bush #52368B

Color information

#52368B (or 0x52368B) is unknown color: approx Daisy Bush. HEX triplet: 52, 36 and 8B. RGB value is (82,54,139). Sum of RGB (Red+Green+Blue) = 82+54+139=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #52368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52368B is #ADC974. Grayscale: #474747. Windows color (decimal): -11389301 or 9123410. OLE color: 9123410.

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

Color convert

RGB8254139-
CMYK0.410.6100.45
HSL259.76º44.04%37.84%-
HSV(B)259.76º61.15%54.51%-
XYZ9.466.325.14-
YUV72.06165.78135.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=29.82%
G=19.64%
B=50.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82541390.410.6100.45259.7644.0437.84
Hex52368B293D02D1042c26
Octal1226621351750554045446
Binary1010010110110100010111010011111010101101100000100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,54,139); }

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

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

 a { background-color: rgb(82,54,139); }

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

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

 span { border-color: rgb(82,54,139); }

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