Html Css Color HEX #554058 Bossanova

📋 copy color: '#554058'

red 85 ◦ green 64 ◦ blue 88

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

Shades of Bossanova #554058

Tints of Bossanova #554058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

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

R = 35.86%
G = 27%
B = 37.13%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554058 (or 0x554058) is known color: Bossanova. HEX triplet: 55, 40 and 58. RGB value is (85,64,88). Sum of RGB (Red+Green+Blue) = 85+64+88=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #554058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554058 is #AABFA7. Grayscale: #484848. Windows color (decimal): -11190184 or 5783637. OLE color: 5783637.

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

Color convert

RGB 85 64 88 -
CMYK 0.03 0.27 0 0.65
HSL 292.5º 0.16% 0.3% -
HSV(B) 292.5º 0.27% 0.35% -
XYZ 7.34 6.3 10.06 -
YUV 73.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 85 64 88 0.03 0.27 0 0.65 292.5 0.16 0.3
Hex 55 40 58 3 1B 0 41 124 10 1E
Octal 125 100 130 3 33 0 101 444 20 36
Binary 1010101 1000000 1011000 11 11011 0 1000001 100100100 10000 11110

Color Harmonies of #554058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554058

Black with #554058

Text Example


Text Example

White with #554058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554058; }

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

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

background-color css

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

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

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

border-color css

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

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

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