Html Css Color HEX #524758 Bossanova

📋 copy color: '#524758'

red 82 ◦ green 71 ◦ blue 88

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

Shades of Bossanova #524758

Tints of Bossanova #524758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 34.02%
G = 29.46%
B = 36.51%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524758 (or 0x524758) is known color: Bossanova. HEX triplet: 52, 47 and 58. RGB value is (82,71,88). Sum of RGB (Red+Green+Blue) = 82+71+88=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #524758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524758 is #ADB8A7. Grayscale: #4C4C4C. Windows color (decimal): -11385000 or 5785426. OLE color: 5785426.

HSL color Cylindrical-coordinate representation of color #524758: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #524758 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 71 88 -
CMYK 0.07 0.19 0 0.65
HSL 278.82º 0.11% 0.31% -
HSV(B) 278.82º 0.19% 0.35% -
XYZ 7.49 7 10.19 -
YUV 76.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 82 71 88 0.07 0.19 0 0.65 278.82 0.11 0.31
Hex 52 47 58 7 13 0 41 117 B 1F
Octal 122 107 130 7 23 0 101 427 13 37
Binary 1010010 1000111 1011000 111 10011 0 1000001 100010111 1011 11111

Color Harmonies of #524758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524758

Black with #524758

Text Example


Text Example

White with #524758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524758; }

 p { color: rgb(82,71,88); }

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

background-color css

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

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

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

border-color css

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

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

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