Html Css Color HEX #553793 Daisy Bush

📋 copy color: '#553793'

red 85 ◦ green 55 ◦ blue 147

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

Shades of Daisy Bush #553793

Tints of Daisy Bush #553793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

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

R = 29.62%
G = 19.16%
B = 51.22%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#553793 (or 0x553793) is known color: Daisy Bush. HEX triplet: 55, 37 and 93. RGB value is (85,55,147). Sum of RGB (Red+Green+Blue) = 85+55+147=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #553793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553793 is #AAC86C. Grayscale: #4A4A4A. Windows color (decimal): -11192429 or 9647957. OLE color: 9647957.

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

Color convert

RGB 85 55 147 -
CMYK 0.42 0.63 0 0.42
HSL 259.57º 0.46% 0.4% -
HSV(B) 259.57º 0.63% 0.58% -
XYZ 10.38 6.77 28.36 -
YUV 74.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 85 55 147 0.42 0.63 0 0.42 259.57 0.46 0.4
Hex 55 37 93 2A 3F 0 2A 104 2E 28
Octal 125 67 223 52 77 0 52 404 56 50
Binary 1010101 110111 10010011 101010 111111 0 101010 100000100 101110 101000

Color Harmonies of #553793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553793

Black with #553793

Text Example


Text Example

White with #553793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553793; }

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

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

background-color css

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

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

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

border-color css

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

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

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