Html Css Color HEX #553E5B Bossanova

📋 copy color: '#553E5B'

red 85 ◦ green 62 ◦ blue 91

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

Shades of Bossanova #553E5B

Tints of Bossanova #553E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.05%

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 35.71%
G = 26.05%
B = 38.24%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#553E5B (or 0x553E5B) is known color: Bossanova. HEX triplet: 55, 3E and 5B. RGB value is (85,62,91). Sum of RGB (Red+Green+Blue) = 85+62+91=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #553E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E5B is #AAC1A4. Grayscale: #484848. Windows color (decimal): -11190693 or 5979733. OLE color: 5979733.

HSL color Cylindrical-coordinate representation of color #553E5B: hue angle of 287.59º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553E5B is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 62 91 -
CMYK 0.07 0.32 0 0.64
HSL 287.59º 0.19% 0.3% -
HSV(B) 287.59º 0.32% 0.36% -
XYZ 7.36 6.13 10.69 -
YUV 72.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 85 62 91 0.07 0.32 0 0.64 287.59 0.19 0.3
Hex 55 3E 5B 7 20 0 40 120 13 1E
Octal 125 76 133 7 40 0 100 440 23 36
Binary 1010101 111110 1011011 111 100000 0 1000000 100100000 10011 11110

Color Harmonies of #553E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E5B

Black with #553E5B

Text Example


Text Example

White with #553E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553E5B; }

 p { color: rgb(85,62,91); }

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

background-color css

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

 a { background-color: rgb(85,62,91); }

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

border-color css

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

 span { border-color: rgb(85,62,91); }

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