Html Css Color HEX #53398B Daisy Bush

📋 copy color: '#53398B'

red 83 ◦ green 57 ◦ blue 139

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

Shades of Daisy Bush #53398B

Tints of Daisy Bush #53398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

 BLUE value IS 139 (54.69% from 255) = 49.82%

R = 29.75%
G = 20.43%
B = 49.82%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53398B (or 0x53398B) is known color: Daisy Bush. HEX triplet: 53, 39 and 8B. RGB value is (83,57,139). Sum of RGB (Red+Green+Blue) = 83+57+139=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #53398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53398B is #ACC674. Grayscale: #494949. Windows color (decimal): -11322997 or 9124179. OLE color: 9124179.

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

Color convert

RGB 83 57 139 -
CMYK 0.40 0.59 0 0.45
HSL 259.02º 0.42% 0.38% -
HSV(B) 259.02º 0.59% 0.55% -
XYZ 9.69 6.63 25.19 -
YUV 74.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 83 57 139 0.40 0.59 0 0.45 259.02 0.42 0.38
Hex 53 39 8B 28 3B 0 2D 103 2A 26
Octal 123 71 213 50 73 0 55 403 52 46
Binary 1010011 111001 10001011 101000 111011 0 101101 100000011 101010 100110

Color Harmonies of #53398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53398B

Black with #53398B

Text Example


Text Example

White with #53398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53398B;
 }
 .AnyTagClassName
 {
   color: #53398B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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