Html Css Color HEX #504852 Bossanova

📋 copy color: '#504852'

red 80 ◦ green 72 ◦ blue 82

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

Shades of Bossanova #504852

Tints of Bossanova #504852

RGB

 RED value IS 80 (31.64% from 255) = 34.19%

 GREEN value IS 72 (28.52% from 255) = 30.77%

 BLUE value IS 82 (32.42% from 255) = 35.04%

R = 34.19%
G = 30.77%
B = 35.04%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#504852 (or 0x504852) is known color: Bossanova. HEX triplet: 50, 48 and 52. RGB value is (80,72,82). Sum of RGB (Red+Green+Blue) = 80+72+82=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 82 - color contains mainly: blue. Hex color #504852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504852 is #AFB7AD. Grayscale: #4B4B4B. Windows color (decimal): -11515822 or 5392464. OLE color: 5392464.

HSL color Cylindrical-coordinate representation of color #504852: hue angle of 288º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504852 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 72 82 -
CMYK 0.02 0.12 0 0.68
HSL 288º 0.06% 0.3% -
HSV(B) 288º 0.12% 0.32% -
XYZ 7.15 6.95 8.95 -
YUV 75.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 80 72 82 0.02 0.12 0 0.68 288 0.06 0.3
Hex 50 48 52 2 C 0 44 120 6 1E
Octal 120 110 122 2 14 0 104 440 6 36
Binary 1010000 1001000 1010010 10 1100 0 1000100 100100000 110 11110

Color Harmonies of #504852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504852

Black with #504852

Text Example


Text Example

White with #504852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504852; }

 p { color: rgb(80,72,82); }

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

background-color css

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

 a { background-color: rgb(80,72,82); }

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

border-color css

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

 span { border-color: rgb(80,72,82); }

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