Html Css Color HEX #554158 Bossanova

📋 copy color: '#554158'

red 85 ◦ green 65 ◦ blue 88

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

Shades of Bossanova #554158

Tints of Bossanova #554158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 35.71%
G = 27.31%
B = 36.97%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554158 (or 0x554158) is known color: Bossanova. HEX triplet: 55, 41 and 58. RGB value is (85,65,88). Sum of RGB (Red+Green+Blue) = 85+65+88=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #554158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554158 is #AABEA7. Grayscale: #494949. Windows color (decimal): -11189928 or 5783893. OLE color: 5783893.

HSL color Cylindrical-coordinate representation of color #554158: hue angle of 292.17º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554158 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 65 88 -
CMYK 0.03 0.26 0 0.65
HSL 292.17º 0.15% 0.3% -
HSV(B) 292.17º 0.26% 0.35% -
XYZ 7.4 6.42 10.08 -
YUV 73.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 85 65 88 0.03 0.26 0 0.65 292.17 0.15 0.3
Hex 55 41 58 3 1A 0 41 124 F 1E
Octal 125 101 130 3 32 0 101 444 17 36
Binary 1010101 1000001 1011000 11 11010 0 1000001 100100100 1111 11110

Color Harmonies of #554158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554158

Black with #554158

Text Example


Text Example

White with #554158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554158; }

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

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

background-color css

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

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

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

border-color css

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

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

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