Html Css Color HEX #55415B Bossanova

📋 copy color: '#55415B'

red 85 ◦ green 65 ◦ blue 91

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

Shades of Bossanova #55415B

Tints of Bossanova #55415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

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

R = 35.27%
G = 26.97%
B = 37.76%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55415B (or 0x55415B) is known color: Bossanova. HEX triplet: 55, 41 and 5B. RGB value is (85,65,91). Sum of RGB (Red+Green+Blue) = 85+65+91=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #55415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55415B is #AABEA4. Grayscale: #494949. Windows color (decimal): -11189925 or 5980501. OLE color: 5980501.

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

Color convert

RGB 85 65 91 -
CMYK 0.07 0.29 0 0.64
HSL 286.15º 0.17% 0.31% -
HSV(B) 286.15º 0.29% 0.36% -
XYZ 7.52 6.47 10.75 -
YUV 73.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 85 65 91 0.07 0.29 0 0.64 286.15 0.17 0.31
Hex 55 41 5B 7 1D 0 40 11E 11 1F
Octal 125 101 133 7 35 0 100 436 21 37
Binary 1010101 1000001 1011011 111 11101 0 1000000 100011110 10001 11111

Color Harmonies of #55415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55415B

Black with #55415B

Text Example


Text Example

White with #55415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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