Html Css Color HEX #524657 Bossanova

📋 copy color: '#524657'

red 82 ◦ green 70 ◦ blue 87

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

Shades of Bossanova #524657

Tints of Bossanova #524657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 34.31%
G = 29.29%
B = 36.4%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#524657 (or 0x524657) is known color: Bossanova. HEX triplet: 52, 46 and 57. RGB value is (82,70,87). Sum of RGB (Red+Green+Blue) = 82+70+87=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #524657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524657 is #ADB9A8. Grayscale: #4B4B4B. Windows color (decimal): -11385257 or 5719634. OLE color: 5719634.

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

Color convert

RGB 82 70 87 -
CMYK 0.06 0.20 0 0.66
HSL 282.35º 0.11% 0.31% -
HSV(B) 282.35º 0.2% 0.34% -
XYZ 7.39 6.86 9.95 -
YUV 75.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 82 70 87 0.06 0.20 0 0.66 282.35 0.11 0.31
Hex 52 46 57 6 14 0 42 11A B 1F
Octal 122 106 127 6 24 0 102 432 13 37
Binary 1010010 1000110 1010111 110 10100 0 1000010 100011010 1011 11111

Color Harmonies of #524657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524657

Black with #524657

Text Example


Text Example

White with #524657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524657; }

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

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

background-color css

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

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

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

border-color css

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

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

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