Html Css Color HEX #524158 Bossanova

📋 copy color: '#524158'

red 82 ◦ green 65 ◦ blue 88

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

Shades of Bossanova #524158

Tints of Bossanova #524158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 34.89%
G = 27.66%
B = 37.45%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524158 (or 0x524158) is known color: Bossanova. HEX triplet: 52, 41 and 58. RGB value is (82,65,88). Sum of RGB (Red+Green+Blue) = 82+65+88=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #524158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524158 is #ADBEA7. Grayscale: #484848. Windows color (decimal): -11386536 or 5783890. OLE color: 5783890.

HSL color Cylindrical-coordinate representation of color #524158: hue angle of 284.35º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524158 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 65 88 -
CMYK 0.07 0.26 0 0.65
HSL 284.35º 0.15% 0.3% -
HSV(B) 284.35º 0.26% 0.35% -
XYZ 7.13 6.28 10.07 -
YUV 72.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 82 65 88 0.07 0.26 0 0.65 284.35 0.15 0.3
Hex 52 41 58 7 1A 0 41 11C F 1E
Octal 122 101 130 7 32 0 101 434 17 36
Binary 1010010 1000001 1011000 111 11010 0 1000001 100011100 1111 11110

Color Harmonies of #524158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524158

Black with #524158

Text Example


Text Example

White with #524158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524158; }

 p { color: rgb(82,65,88); }

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

background-color css

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

 a { background-color: rgb(82,65,88); }

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

border-color css

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

 span { border-color: rgb(82,65,88); }

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