Html Css Color HEX #53389E Daisy Bush

📋 copy color: '#53389E'

red 83 ◦ green 56 ◦ blue 158

#53389E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #53389E

Tints of Daisy Bush #53389E

RGB

 RED value IS 83 (32.81% from 255) = 27.95%

 GREEN value IS 56 (22.27% from 255) = 18.86%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 27.95%
G = 18.86%
B = 53.2%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53389E (or 0x53389E) is known color: Daisy Bush. HEX triplet: 53, 38 and 9E. RGB value is (83,56,158). Sum of RGB (Red+Green+Blue) = 83+56+158=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #53389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53389E is #ACC761. Grayscale: #4B4B4B. Windows color (decimal): -11323234 or 10369107. OLE color: 10369107.

HSL color Cylindrical-coordinate representation of color #53389E: hue angle of 255.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53389E is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 56 158 -
CMYK 0.47 0.65 0 0.38
HSL 255.88º 0.48% 0.42% -
HSV(B) 255.88º 0.65% 0.62% -
XYZ 11.15 7.14 33.14 -
YUV 75.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 83 56 158 0.47 0.65 0 0.38 255.88 0.48 0.42
Hex 53 38 9E 2F 41 0 26 100 30 2A
Octal 123 70 236 57 101 0 46 400 60 52
Binary 1010011 111000 10011110 101111 1000001 0 100110 100000000 110000 101010

Color Harmonies of #53389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53389E

Black with #53389E

Text Example


Text Example

White with #53389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53389E;
 }
 .AnyTagClassName
 {
   color: #53389E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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