Html Css Color HEX #53358B Daisy Bush

📋 copy color: '#53358B'

red 83 ◦ green 53 ◦ blue 139

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

Shades of Daisy Bush #53358B

Tints of Daisy Bush #53358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

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

R = 30.18%
G = 19.27%
B = 50.55%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53358B (or 0x53358B) is known color: Daisy Bush. HEX triplet: 53, 35 and 8B. RGB value is (83,53,139). Sum of RGB (Red+Green+Blue) = 83+53+139=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #53358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53358B is #ACCA74. Grayscale: #474747. Windows color (decimal): -11324021 or 9123155. OLE color: 9123155.

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

Color convert

RGB 83 53 139 -
CMYK 0.40 0.62 0 0.45
HSL 260.93º 0.45% 0.38% -
HSV(B) 260.93º 0.62% 0.55% -
XYZ 9.5 6.25 25.13 -
YUV 71.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 83 53 139 0.40 0.62 0 0.45 260.93 0.45 0.38
Hex 53 35 8B 28 3E 0 2D 105 2D 26
Octal 123 65 213 50 76 0 55 405 55 46
Binary 1010011 110101 10001011 101000 111110 0 101101 100000101 101101 100110

Color Harmonies of #53358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53358B

Black with #53358B

Text Example


Text Example

White with #53358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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