Html Css Color HEX #525052 Bossanova

📋 copy color: '#525052'

red 82 ◦ green 80 ◦ blue 82

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

Shades of Bossanova #525052

Tints of Bossanova #525052

RGB

 RED value IS 82 (32.42% from 255) = 33.61%

 GREEN value IS 80 (31.64% from 255) = 32.79%

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

R = 33.61%
G = 32.79%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#525052 (or 0x525052) is known color: Bossanova. HEX triplet: 52, 50 and 52. RGB value is (82,80,82). Sum of RGB (Red+Green+Blue) = 82+80+82=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #525052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525052 is #ADAFAD. Grayscale: #505050. Windows color (decimal): -11382702 or 5394514. OLE color: 5394514.

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

Color convert

RGB 82 80 82 -
CMYK 0 0.02 0 0.68
HSL 300º 0.01% 0.32% -
HSV(B) 300º 0.02% 0.32% -
XYZ 7.87 8.14 9.14 -
YUV 80.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 82 80 82 0 0.02 0 0.68 300 0.01 0.32
Hex 52 50 52 0 2 0 44 12C 1 20
Octal 122 120 122 0 2 0 104 454 1 40
Binary 1010010 1010000 1010010 0 10 0 1000100 100101100 1 100000

Color Harmonies of #525052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525052

Black with #525052

Text Example


Text Example

White with #525052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525052; }

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

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

background-color css

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

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

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

border-color css

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

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

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