Html Css Color HEX #53388B Daisy Bush

📋 copy color: '#53388B'

red 83 ◦ green 56 ◦ blue 139

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

Shades of Daisy Bush #53388B

Tints of Daisy Bush #53388B

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 value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53388B (or 0x53388B) is known color: 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

RGB 83 56 139 -
CMYK 0.40 0.60 0 0.45
HSL 259.52º 0.43% 0.38% -
HSV(B) 259.52º 0.6% 0.55% -
XYZ 9.64 6.53 25.18 -
YUV 73.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 83 56 139 0.40 0.60 0 0.45 259.52 0.43 0.38
Hex 53 38 8B 28 3C 0 2D 104 2B 26
Octal 123 70 213 50 74 0 55 404 53 46
Binary 1010011 111000 10001011 101000 111100 0 101101 100000100 101011 100110

Color Harmonies of #53388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53388B

Black with #53388B

Text Example


Text Example

White with #53388B

Text Example


Text Example

HTML Codes & Css Web 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>