Html Css Color HEX #504252 Bossanova

📋 copy color: '#504252'

red 80 ◦ green 66 ◦ blue 82

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

Shades of Bossanova #504252

Tints of Bossanova #504252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

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

R = 35.09%
G = 28.95%
B = 35.96%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#504252 (or 0x504252) is known color: Bossanova. HEX triplet: 50, 42 and 52. RGB value is (80,66,82). Sum of RGB (Red+Green+Blue) = 80+66+82=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #504252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504252 is #AFBDAD. Grayscale: #474747. Windows color (decimal): -11517358 or 5390928. OLE color: 5390928.

HSL color Cylindrical-coordinate representation of color #504252: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504252 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 66 82 -
CMYK 0.02 0.20 0 0.68
HSL 292.5º 0.11% 0.29% -
HSV(B) 292.5º 0.2% 0.32% -
XYZ 6.78 6.21 8.82 -
YUV 72.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 80 66 82 0.02 0.20 0 0.68 292.5 0.11 0.29
Hex 50 42 52 2 14 0 44 124 B 1D
Octal 120 102 122 2 24 0 104 444 13 35
Binary 1010000 1000010 1010010 10 10100 0 1000100 100100100 1011 11101

Color Harmonies of #504252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504252

Black with #504252

Text Example


Text Example

White with #504252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504252; }

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

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

background-color css

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

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

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

border-color css

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

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

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