#53398C

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

Shades of Daisy Bush #53398C

Tints of Daisy Bush #53398C

Color information

#53398C (or 0x53398C) is unknown color: approx Daisy Bush. HEX triplet: 53, 39 and 8C. RGB value is (83,57,140). Sum of RGB (Red+Green+Blue) = 83+57+140=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #53398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53398C is #ACC673. Grayscale: #494949. Windows color (decimal): -11322996 or 9189715. OLE color: 9189715.

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

Color convert

RGB8357140-
CMYK0.410.5900.45
HSL258.8º42.13%38.63%-
HSV(B)258.8º59.29%54.9%-
XYZ9.766.6625.58-
YUV74.24165.11134.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 140 (55.08% from 255) = 50%
R=29.64%
G=20.36%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83571400.410.5900.45258.842.1338.63
Hex53398C293B02D1032a27
Octal1237121451730554035247
Binary1010011111001100011001010011110110101101100000011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,57,140); }

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

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

 a { background-color: rgb(83,57,140); }

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

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

 span { border-color: rgb(83,57,140); }

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