Html Css Color HEX #524055 Bossanova

📋 copy color: '#524055'

red 82 ◦ green 64 ◦ blue 85

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

Shades of Bossanova #524055

Tints of Bossanova #524055

RGB

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

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

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

R = 35.5%
G = 27.71%
B = 36.8%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524055 (or 0x524055) is known color: Bossanova. HEX triplet: 52, 40 and 55. RGB value is (82,64,85). Sum of RGB (Red+Green+Blue) = 82+64+85=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #524055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524055 is #ADBFAA. Grayscale: #474747. Windows color (decimal): -11386795 or 5587026. OLE color: 5587026.

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

Color convert

RGB 82 64 85 -
CMYK 0.04 0.25 0 0.67
HSL 291.43º 0.14% 0.29% -
HSV(B) 291.43º 0.25% 0.33% -
XYZ 6.95 6.12 9.41 -
YUV 71.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 82 64 85 0.04 0.25 0 0.67 291.43 0.14 0.29
Hex 52 40 55 4 19 0 43 123 E 1D
Octal 122 100 125 4 31 0 103 443 16 35
Binary 1010010 1000000 1010101 100 11001 0 1000011 100100011 1110 11101

Color Harmonies of #524055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524055

Black with #524055

Text Example


Text Example

White with #524055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524055; }

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

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

background-color css

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

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

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

border-color css

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

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

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