Html Css Color HEX #524355 Bossanova

📋 copy color: '#524355'

red 82 ◦ green 67 ◦ blue 85

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

Shades of Bossanova #524355

Tints of Bossanova #524355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

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

R = 35.04%
G = 28.63%
B = 36.32%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524355 (or 0x524355) is known color: Bossanova. HEX triplet: 52, 43 and 55. RGB value is (82,67,85). Sum of RGB (Red+Green+Blue) = 82+67+85=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: blue. Hex color #524355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524355 is #ADBCAA. Grayscale: #494949. Windows color (decimal): -11386027 or 5587794. OLE color: 5587794.

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

Color convert

RGB 82 67 85 -
CMYK 0.04 0.21 0 0.67
HSL 290º 0.12% 0.3% -
HSV(B) 290º 0.21% 0.33% -
XYZ 7.13 6.46 9.47 -
YUV 73.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 82 67 85 0.04 0.21 0 0.67 290 0.12 0.3
Hex 52 43 55 4 15 0 43 122 C 1E
Octal 122 103 125 4 25 0 103 442 14 36
Binary 1010010 1000011 1010101 100 10101 0 1000011 100100010 1100 11110

Color Harmonies of #524355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524355

Black with #524355

Text Example


Text Example

White with #524355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524355; }

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

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

background-color css

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

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

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

border-color css

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

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

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