Html Css Color HEX #554055 Bossanova

📋 copy color: '#554055'

red 85 ◦ green 64 ◦ blue 85

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

Shades of Bossanova #554055

Tints of Bossanova #554055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 36.32%
G = 27.35%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#554055 (or 0x554055) is known color: Bossanova. HEX triplet: 55, 40 and 55. RGB value is (85,64,85). Sum of RGB (Red+Green+Blue) = 85+64+85=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554055 is #AABFAA. Grayscale: #484848. Windows color (decimal): -11190187 or 5587029. OLE color: 5587029.

HSL color Cylindrical-coordinate representation of color #554055: hue angle of 300º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554055 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 64 85 -
CMYK 0 0.25 0 0.67
HSL 300º 0.14% 0.29% -
HSV(B) 300º 0.25% 0.33% -
XYZ 7.22 6.25 9.42 -
YUV 72.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 85 64 85 0 0.25 0 0.67 300 0.14 0.29
Hex 55 40 55 0 19 0 43 12C E 1D
Octal 125 100 125 0 31 0 103 454 16 35
Binary 1010101 1000000 1010101 0 11001 0 1000011 100101100 1110 11101

Color Harmonies of #554055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554055

Black with #554055

Text Example


Text Example

White with #554055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554055; }

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

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

background-color css

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

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

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

border-color css

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

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

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