Html Css Color HEX #574758 Bossanova

📋 copy color: '#574758'

red 87 ◦ green 71 ◦ blue 88

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

Shades of Bossanova #574758

Tints of Bossanova #574758

RGB

 RED value IS 87 (34.38% from 255) = 35.37%

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 35.37%
G = 28.86%
B = 35.77%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574758 (or 0x574758) is known color: Bossanova. HEX triplet: 57, 47 and 58. RGB value is (87,71,88). Sum of RGB (Red+Green+Blue) = 87+71+88=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #574758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574758 is #A8B8A7. Grayscale: #4D4D4D. Windows color (decimal): -11057320 or 5785431. OLE color: 5785431.

HSL color Cylindrical-coordinate representation of color #574758: hue angle of 296.47º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #574758 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 71 88 -
CMYK 0.01 0.19 0 0.65
HSL 296.47º 0.11% 0.31% -
HSV(B) 296.47º 0.19% 0.35% -
XYZ 7.95 7.24 10.21 -
YUV 77.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 87 71 88 0.01 0.19 0 0.65 296.47 0.11 0.31
Hex 57 47 58 1 13 0 41 128 B 1F
Octal 127 107 130 1 23 0 101 450 13 37
Binary 1010111 1000111 1011000 1 10011 0 1000001 100101000 1011 11111

Color Harmonies of #574758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574758

Black with #574758

Text Example


Text Example

White with #574758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574758; }

 p { color: rgb(87,71,88); }

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

background-color css

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

 a { background-color: rgb(87,71,88); }

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

border-color css

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

 span { border-color: rgb(87,71,88); }

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