Html Css Color HEX #553F56 Bossanova

📋 copy color: '#553F56'

red 85 ◦ green 63 ◦ blue 86

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

Shades of Bossanova #553F56

Tints of Bossanova #553F56

RGB

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

 GREEN value IS 63 (25% from 255) = 26.92%

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 36.32%
G = 26.92%
B = 36.75%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#553F56 (or 0x553F56) is known color: Bossanova. HEX triplet: 55, 3F and 56. RGB value is (85,63,86). Sum of RGB (Red+Green+Blue) = 85+63+86=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #553F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F56 is #AAC0A9. Grayscale: #484848. Windows color (decimal): -11190442 or 5652309. OLE color: 5652309.

HSL color Cylindrical-coordinate representation of color #553F56: hue angle of 297.39º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #553F56 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 63 86 -
CMYK 0.01 0.27 0 0.66
HSL 297.39º 0.15% 0.29% -
HSV(B) 297.39º 0.27% 0.34% -
XYZ 7.2 6.16 9.61 -
YUV 72.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 85 63 86 0.01 0.27 0 0.66 297.39 0.15 0.29
Hex 55 3F 56 1 1B 0 42 129 F 1D
Octal 125 77 126 1 33 0 102 451 17 35
Binary 1010101 111111 1010110 1 11011 0 1000010 100101001 1111 11101

Color Harmonies of #553F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F56

Black with #553F56

Text Example


Text Example

White with #553F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553F56; }

 p { color: rgb(85,63,86); }

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

background-color css

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

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

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

border-color css

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

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

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