Html Css Color HEX #524457 Bossanova

📋 copy color: '#524457'

red 82 ◦ green 68 ◦ blue 87

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

Shades of Bossanova #524457

Tints of Bossanova #524457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 34.6%
G = 28.69%
B = 36.71%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#524457 (or 0x524457) is known color: Bossanova. HEX triplet: 52, 44 and 57. RGB value is (82,68,87). Sum of RGB (Red+Green+Blue) = 82+68+87=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 87 - color contains mainly: blue. Hex color #524457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524457 is #ADBBA8. Grayscale: #4A4A4A. Windows color (decimal): -11385769 or 5719122. OLE color: 5719122.

HSL color Cylindrical-coordinate representation of color #524457: hue angle of 284.21º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524457 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 68 87 -
CMYK 0.06 0.22 0 0.66
HSL 284.21º 0.12% 0.3% -
HSV(B) 284.21º 0.22% 0.34% -
XYZ 7.27 6.62 9.91 -
YUV 74.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 82 68 87 0.06 0.22 0 0.66 284.21 0.12 0.3
Hex 52 44 57 6 16 0 42 11C C 1E
Octal 122 104 127 6 26 0 102 434 14 36
Binary 1010010 1000100 1010111 110 10110 0 1000010 100011100 1100 11110

Color Harmonies of #524457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524457

Black with #524457

Text Example


Text Example

White with #524457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524457; }

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

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

background-color css

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

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

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

border-color css

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

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

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