Html Css Color HEX #553989 Daisy Bush

📋 copy color: '#553989'

red 85 ◦ green 57 ◦ blue 137

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

Shades of Daisy Bush #553989

Tints of Daisy Bush #553989

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 30.47%
G = 20.43%
B = 49.1%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#553989 (or 0x553989) is known color: Daisy Bush. HEX triplet: 55, 39 and 89. RGB value is (85,57,137). Sum of RGB (Red+Green+Blue) = 85+57+137=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #553989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553989 is #AAC676. Grayscale: #4A4A4A. Windows color (decimal): -11191927 or 8993109. OLE color: 8993109.

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

Color convert

RGB 85 57 137 -
CMYK 0.38 0.58 0 0.46
HSL 261º 0.41% 0.38% -
HSV(B) 261º 0.58% 0.54% -
XYZ 9.72 6.66 24.44 -
YUV 74.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 85 57 137 0.38 0.58 0 0.46 261 0.41 0.38
Hex 55 39 89 26 3A 0 2E 105 29 26
Octal 125 71 211 46 72 0 56 405 51 46
Binary 1010101 111001 10001001 100110 111010 0 101110 100000101 101001 100110

Color Harmonies of #553989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553989

Black with #553989

Text Example


Text Example

White with #553989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553989; }

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

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

background-color css

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

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

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

border-color css

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

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

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