Html Css Color HEX #524855 Bossanova

📋 copy color: '#524855'

red 82 ◦ green 72 ◦ blue 85

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

Shades of Bossanova #524855

Tints of Bossanova #524855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 34.31%
G = 30.13%
B = 35.56%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524855 (or 0x524855) is known color: Bossanova. HEX triplet: 52, 48 and 55. RGB value is (82,72,85). Sum of RGB (Red+Green+Blue) = 82+72+85=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #524855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524855 is #ADB7AA. Grayscale: #4C4C4C. Windows color (decimal): -11384747 or 5589074. OLE color: 5589074.

HSL color Cylindrical-coordinate representation of color #524855: hue angle of 286.15º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #524855 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 72 85 -
CMYK 0.04 0.15 0 0.67
HSL 286.15º 0.08% 0.31% -
HSV(B) 286.15º 0.15% 0.33% -
XYZ 7.44 7.08 9.57 -
YUV 76.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 82 72 85 0.04 0.15 0 0.67 286.15 0.08 0.31
Hex 52 48 55 4 F 0 43 11E 8 1F
Octal 122 110 125 4 17 0 103 436 10 37
Binary 1010010 1001000 1010101 100 1111 0 1000011 100011110 1000 11111

Color Harmonies of #524855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524855

Black with #524855

Text Example


Text Example

White with #524855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524855; }

 p { color: rgb(82,72,85); }

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

background-color css

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

 a { background-color: rgb(82,72,85); }

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

border-color css

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

 span { border-color: rgb(82,72,85); }

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