Html Css Color HEX #554357 Bossanova

📋 copy color: '#554357'

red 85 ◦ green 67 ◦ blue 87

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

Shades of Bossanova #554357

Tints of Bossanova #554357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

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

R = 35.56%
G = 28.03%
B = 36.4%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#554357 (or 0x554357) is known color: Bossanova. HEX triplet: 55, 43 and 57. RGB value is (85,67,87). Sum of RGB (Red+Green+Blue) = 85+67+87=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #554357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554357 is #AABCA8. Grayscale: #4A4A4A. Windows color (decimal): -11189417 or 5718869. OLE color: 5718869.

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

Color convert

RGB 85 67 87 -
CMYK 0.02 0.23 0 0.66
HSL 294º 0.13% 0.3% -
HSV(B) 294º 0.23% 0.34% -
XYZ 7.47 6.63 9.9 -
YUV 74.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 85 67 87 0.02 0.23 0 0.66 294 0.13 0.3
Hex 55 43 57 2 17 0 42 126 D 1E
Octal 125 103 127 2 27 0 102 446 15 36
Binary 1010101 1000011 1010111 10 10111 0 1000010 100100110 1101 11110

Color Harmonies of #554357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554357

Black with #554357

Text Example


Text Example

White with #554357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554357; }

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

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

background-color css

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

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

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

border-color css

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

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

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