Html Css Color HEX #553393 Daisy Bush

📋 copy color: '#553393'

red 85 ◦ green 51 ◦ blue 147

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

Shades of Daisy Bush #553393

Tints of Daisy Bush #553393

RGB

 RED value IS 85 (33.59% from 255) = 30.04%

 GREEN value IS 51 (20.31% from 255) = 18.02%

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 30.04%
G = 18.02%
B = 51.94%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#553393 (or 0x553393) is known color: Daisy Bush. HEX triplet: 55, 33 and 93. RGB value is (85,51,147). Sum of RGB (Red+Green+Blue) = 85+51+147=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #553393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553393 is #AACC6C. Grayscale: #474747. Windows color (decimal): -11193453 or 9646933. OLE color: 9646933.

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

Color convert

RGB 85 51 147 -
CMYK 0.42 0.65 0 0.42
HSL 261.25º 0.48% 0.39% -
HSV(B) 261.25º 0.65% 0.58% -
XYZ 10.2 6.41 28.3 -
YUV 72.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 85 51 147 0.42 0.65 0 0.42 261.25 0.48 0.39
Hex 55 33 93 2A 41 0 2A 105 30 27
Octal 125 63 223 52 101 0 52 405 60 47
Binary 1010101 110011 10010011 101010 1000001 0 101010 100000101 110000 100111

Color Harmonies of #553393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553393

Black with #553393

Text Example


Text Example

White with #553393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553393; }

 p { color: rgb(85,51,147); }

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

background-color css

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

 a { background-color: rgb(85,51,147); }

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

border-color css

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

 span { border-color: rgb(85,51,147); }

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