#53388B

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

Shades of Daisy Bush #53388B

Tints of Daisy Bush #53388B

Color information

#53388B (or 0x53388B) is unknown color: approx Daisy Bush. HEX triplet: 53, 38 and 8B. RGB value is (83,56,139). Sum of RGB (Red+Green+Blue) = 83+56+139=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #53388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53388B is #ACC774. Grayscale: #494949. Windows color (decimal): -11323253 or 9123923. OLE color: 9123923.

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

Color convert

RGB8356139-
CMYK0.400.6000.45
HSL259.52º42.56%38.24%-
HSV(B)259.52º59.71%54.51%-
XYZ9.646.5325.18-
YUV73.54164.95134.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 139 (54.69% from 255) = 50%
R=29.86%
G=20.14%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83561390.400.6000.45259.5242.5638.24
Hex53388B283C02D1042b26
Octal1237021350740554045346
Binary1010011111000100010111010001111000101101100000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,56,139); }

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

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

 a { background-color: rgb(83,56,139); }

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

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

 span { border-color: rgb(83,56,139); }

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