Html Css Color HEX #553789 Daisy Bush

📋 copy color: '#553789'

red 85 ◦ green 55 ◦ blue 137

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

Shades of Daisy Bush #553789

Tints of Daisy Bush #553789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.46%

R = 30.69%
G = 19.86%
B = 49.46%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#553789 (or 0x553789) is known color: Daisy Bush. HEX triplet: 55, 37 and 89. RGB value is (85,55,137). Sum of RGB (Red+Green+Blue) = 85+55+137=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #553789 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553789 is #AAC876. Grayscale: #494949. Windows color (decimal): -11192439 or 8992597. OLE color: 8992597.

HSL color Cylindrical-coordinate representation of color #553789: hue angle of 261.95º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553789 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 55 137 -
CMYK 0.38 0.60 0 0.46
HSL 261.95º 0.43% 0.38% -
HSV(B) 261.95º 0.6% 0.54% -
XYZ 9.63 6.47 24.41 -
YUV 73.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 85 55 137 0.38 0.60 0 0.46 261.95 0.43 0.38
Hex 55 37 89 26 3C 0 2E 106 2B 26
Octal 125 67 211 46 74 0 56 406 53 46
Binary 1010101 110111 10001001 100110 111100 0 101110 100000110 101011 100110

Color Harmonies of #553789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553789

Black with #553789

Text Example


Text Example

White with #553789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553789; }

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

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

background-color css

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

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

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

border-color css

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

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

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