Html Css Color HEX #524057 Bossanova

📋 copy color: '#524057'

red 82 ◦ green 64 ◦ blue 87

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

Shades of Bossanova #524057

Tints of Bossanova #524057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 35.19%
G = 27.47%
B = 37.34%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#524057 (or 0x524057) is known color: Bossanova. HEX triplet: 52, 40 and 57. RGB value is (82,64,87). Sum of RGB (Red+Green+Blue) = 82+64+87=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #524057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524057 is #ADBFA8. Grayscale: #474747. Windows color (decimal): -11386793 or 5718098. OLE color: 5718098.

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

Color convert

RGB 82 64 87 -
CMYK 0.06 0.26 0 0.66
HSL 286.96º 0.15% 0.3% -
HSV(B) 286.96º 0.26% 0.34% -
XYZ 7.03 6.15 9.83 -
YUV 72 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 82 64 87 0.06 0.26 0 0.66 286.96 0.15 0.3
Hex 52 40 57 6 1A 0 42 11F F 1E
Octal 122 100 127 6 32 0 102 437 17 36
Binary 1010010 1000000 1010111 110 11010 0 1000010 100011111 1111 11110

Color Harmonies of #524057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524057

Black with #524057

Text Example


Text Example

White with #524057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524057; }

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

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

background-color css

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

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

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

border-color css

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

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

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