Html Css Color HEX #524757 Bossanova

📋 copy color: '#524757'

red 82 ◦ green 71 ◦ blue 87

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

Shades of Bossanova #524757

Tints of Bossanova #524757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 34.17%
G = 29.58%
B = 36.25%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#524757 (or 0x524757) is known color: Bossanova. HEX triplet: 52, 47 and 57. RGB value is (82,71,87). Sum of RGB (Red+Green+Blue) = 82+71+87=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #524757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524757 is #ADB8A8. Grayscale: #4C4C4C. Windows color (decimal): -11385001 or 5719890. OLE color: 5719890.

HSL color Cylindrical-coordinate representation of color #524757: hue angle of 281.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #524757 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 71 87 -
CMYK 0.06 0.18 0 0.66
HSL 281.25º 0.1% 0.31% -
HSV(B) 281.25º 0.18% 0.34% -
XYZ 7.45 6.99 9.97 -
YUV 76.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 82 71 87 0.06 0.18 0 0.66 281.25 0.1 0.31
Hex 52 47 57 6 12 0 42 119 A 1F
Octal 122 107 127 6 22 0 102 431 12 37
Binary 1010010 1000111 1010111 110 10010 0 1000010 100011001 1010 11111

Color Harmonies of #524757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524757

Black with #524757

Text Example


Text Example

White with #524757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524757; }

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

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

background-color css

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

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

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

border-color css

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

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

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