Html Css Color HEX #554157 Bossanova

📋 copy color: '#554157'

red 85 ◦ green 65 ◦ blue 87

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

Shades of Bossanova #554157

Tints of Bossanova #554157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 35.86%
G = 27.43%
B = 36.71%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#554157 (or 0x554157) is known color: Bossanova. HEX triplet: 55, 41 and 57. RGB value is (85,65,87). Sum of RGB (Red+Green+Blue) = 85+65+87=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 87 - color contains mainly: blue. Hex color #554157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554157 is #AABEA8. Grayscale: #494949. Windows color (decimal): -11189929 or 5718357. OLE color: 5718357.

HSL color Cylindrical-coordinate representation of color #554157: hue angle of 294.55º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554157 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 65 87 -
CMYK 0.02 0.25 0 0.66
HSL 294.55º 0.14% 0.3% -
HSV(B) 294.55º 0.25% 0.34% -
XYZ 7.36 6.4 9.86 -
YUV 73.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 85 65 87 0.02 0.25 0 0.66 294.55 0.14 0.3
Hex 55 41 57 2 19 0 42 127 E 1E
Octal 125 101 127 2 31 0 102 447 16 36
Binary 1010101 1000001 1010111 10 11001 0 1000010 100100111 1110 11110

Color Harmonies of #554157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554157

Black with #554157

Text Example


Text Example

White with #554157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554157; }

 p { color: rgb(85,65,87); }

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

background-color css

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

 a { background-color: rgb(85,65,87); }

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

border-color css

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

 span { border-color: rgb(85,65,87); }

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