#504B51

Color #504B51 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #504B51

Tints of Bossanova #504B51

Color information

#504B51 (or 0x504B51) is unknown color: approx Bossanova. HEX triplet: 50, 4B and 51. RGB value is (80,75,81). Sum of RGB (Red+Green+Blue) = 80+75+81=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 81 - color contains mainly: blue. Hex color #504B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B51 is #AFB4AE. Grayscale: #4D4D4D. Windows color (decimal): -11515055 or 5327696. OLE color: 5327696.

HSL color Cylindrical-coordinate representation of color #504B51: hue angle of 290º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #504B51 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB807581-
CMYK0.010.0700.68
HSL290º3.85%30.59%-
HSV(B)290º7.41%31.76%-
XYZ7.317.338.81-
YUV77.18130.16130.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=33.90%
G=31.78%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8075810.010.0700.682903.8530.59
Hex504B511704412241f
Octal120113121170104442437
Binary10100001001011101000111110100010010010001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504B51; }

 p { color: rgb(80,75,81); }

 H1.HeaderClassName
 {
   color: #504B51;
 }
 .AnyTagClassName
 {
   color: #504B51;
 }
</style>
background-color css

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

 a { background-color: rgb(80,75,81); }

 div.DivClassName
 {
   background-color: #504B51;
 }
 .BgClassName
 {
   background-color: #504B51;
 }
</style>
border-color css

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

 span { border-color: rgb(80,75,81); }

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