Html Css Color HEX #524157 Bossanova

📋 copy color: '#524157'

red 82 ◦ green 65 ◦ blue 87

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

Shades of Bossanova #524157

Tints of Bossanova #524157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

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

R = 35.04%
G = 27.78%
B = 37.18%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#524157 (or 0x524157) is known color: Bossanova. HEX triplet: 52, 41 and 57. RGB value is (82,65,87). Sum of RGB (Red+Green+Blue) = 82+65+87=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #524157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524157 is #ADBEA8. Grayscale: #484848. Windows color (decimal): -11386537 or 5718354. OLE color: 5718354.

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

Color convert

RGB 82 65 87 -
CMYK 0.06 0.25 0 0.66
HSL 286.36º 0.14% 0.3% -
HSV(B) 286.36º 0.25% 0.34% -
XYZ 7.09 6.26 9.85 -
YUV 72.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 82 65 87 0.06 0.25 0 0.66 286.36 0.14 0.3
Hex 52 41 57 6 19 0 42 11E E 1E
Octal 122 101 127 6 31 0 102 436 16 36
Binary 1010010 1000001 1010111 110 11001 0 1000010 100011110 1110 11110

Color Harmonies of #524157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524157

Black with #524157

Text Example


Text Example

White with #524157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524157; }

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

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

background-color css

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

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

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

border-color css

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

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

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