Html Css Color HEX #55405B Bossanova

📋 copy color: '#55405B'

red 85 ◦ green 64 ◦ blue 91

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

Shades of Bossanova #55405B

Tints of Bossanova #55405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 35.42%
G = 26.67%
B = 37.92%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55405B (or 0x55405B) is known color: Bossanova. HEX triplet: 55, 40 and 5B. RGB value is (85,64,91). Sum of RGB (Red+Green+Blue) = 85+64+91=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #55405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55405B is #AABFA4. Grayscale: #494949. Windows color (decimal): -11190181 or 5980245. OLE color: 5980245.

HSL color Cylindrical-coordinate representation of color #55405B: hue angle of 286.67º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55405B is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 64 91 -
CMYK 0.07 0.30 0 0.64
HSL 286.67º 0.17% 0.3% -
HSV(B) 286.67º 0.3% 0.36% -
XYZ 7.47 6.35 10.73 -
YUV 73.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 85 64 91 0.07 0.30 0 0.64 286.67 0.17 0.3
Hex 55 40 5B 7 1E 0 40 11F 11 1E
Octal 125 100 133 7 36 0 100 437 21 36
Binary 1010101 1000000 1011011 111 11110 0 1000000 100011111 10001 11110

Color Harmonies of #55405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55405B

Black with #55405B

Text Example


Text Example

White with #55405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55405B; }

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

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

background-color css

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

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

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

border-color css

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

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

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