Html Css Color HEX #524455 Bossanova

📋 copy color: '#524455'

red 82 ◦ green 68 ◦ blue 85

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

Shades of Bossanova #524455

Tints of Bossanova #524455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

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

R = 34.89%
G = 28.94%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524455 (or 0x524455) is known color: Bossanova. HEX triplet: 52, 44 and 55. RGB value is (82,68,85). Sum of RGB (Red+Green+Blue) = 82+68+85=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #524455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524455 is #ADBBAA. Grayscale: #4A4A4A. Windows color (decimal): -11385771 or 5588050. OLE color: 5588050.

HSL color Cylindrical-coordinate representation of color #524455: hue angle of 289.41º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #524455 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 68 85 -
CMYK 0.04 0.20 0 0.67
HSL 289.41º 0.11% 0.3% -
HSV(B) 289.41º 0.2% 0.33% -
XYZ 7.19 6.58 9.49 -
YUV 74.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 82 68 85 0.04 0.20 0 0.67 289.41 0.11 0.3
Hex 52 44 55 4 14 0 43 121 B 1E
Octal 122 104 125 4 24 0 103 441 13 36
Binary 1010010 1000100 1010101 100 10100 0 1000011 100100001 1011 11110

Color Harmonies of #524455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524455

Black with #524455

Text Example


Text Example

White with #524455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524455; }

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

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

background-color css

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

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

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

border-color css

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

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

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