Html Css Color HEX #553987 Daisy Bush

📋 copy color: '#553987'

red 85 ◦ green 57 ◦ blue 135

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

Shades of Daisy Bush #553987

Tints of Daisy Bush #553987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.74%

R = 30.69%
G = 20.58%
B = 48.74%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#553987 (or 0x553987) is known color: Daisy Bush. HEX triplet: 55, 39 and 87. RGB value is (85,57,135). Sum of RGB (Red+Green+Blue) = 85+57+135=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #553987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553987 is #AAC678. Grayscale: #494949. Windows color (decimal): -11191929 or 8862037. OLE color: 8862037.

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

Color convert

RGB 85 57 135 -
CMYK 0.37 0.58 0 0.47
HSL 261.54º 0.41% 0.38% -
HSV(B) 261.54º 0.58% 0.53% -
XYZ 9.58 6.61 23.69 -
YUV 74.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 85 57 135 0.37 0.58 0 0.47 261.54 0.41 0.38
Hex 55 39 87 25 3A 0 2F 106 29 26
Octal 125 71 207 45 72 0 57 406 51 46
Binary 1010101 111001 10000111 100101 111010 0 101111 100000110 101001 100110

Color Harmonies of #553987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553987

Black with #553987

Text Example


Text Example

White with #553987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553987; }

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

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

background-color css

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

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

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

border-color css

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

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

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