Html Css Color HEX #524B55 Bossanova

📋 copy color: '#524B55'

red 82 ◦ green 75 ◦ blue 85

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

Shades of Bossanova #524B55

Tints of Bossanova #524B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.99%

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

R = 33.88%
G = 30.99%
B = 35.12%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524B55 (or 0x524B55) is known color: Bossanova. HEX triplet: 52, 4B and 55. RGB value is (82,75,85). Sum of RGB (Red+Green+Blue) = 82+75+85=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 85 - color contains mainly: blue. Hex color #524B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B55 is #ADB4AA. Grayscale: #4E4E4E. Windows color (decimal): -11383979 or 5589842. OLE color: 5589842.

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

Color convert

RGB 82 75 85 -
CMYK 0.04 0.12 0 0.67
HSL 282º 0.06% 0.31% -
HSV(B) 282º 0.12% 0.33% -
XYZ 7.64 7.48 9.64 -
YUV 78.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 82 75 85 0.04 0.12 0 0.67 282 0.06 0.31
Hex 52 4B 55 4 C 0 43 11A 6 1F
Octal 122 113 125 4 14 0 103 432 6 37
Binary 1010010 1001011 1010101 100 1100 0 1000011 100011010 110 11111

Color Harmonies of #524B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B55

Black with #524B55

Text Example


Text Example

White with #524B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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