Html Css Color HEX #574458 Bossanova

📋 copy color: '#574458'

red 87 ◦ green 68 ◦ blue 88

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

Shades of Bossanova #574458

Tints of Bossanova #574458

RGB

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

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

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

R = 35.8%
G = 27.98%
B = 36.21%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574458 (or 0x574458) is known color: Bossanova. HEX triplet: 57, 44 and 58. RGB value is (87,68,88). Sum of RGB (Red+Green+Blue) = 87+68+88=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 88 - color contains mainly: blue. Hex color #574458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574458 is #A8BBA7. Grayscale: #4B4B4B. Windows color (decimal): -11058088 or 5784663. OLE color: 5784663.

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

Color convert

RGB 87 68 88 -
CMYK 0.01 0.23 0 0.65
HSL 297º 0.13% 0.31% -
HSV(B) 297º 0.23% 0.35% -
XYZ 7.76 6.87 10.15 -
YUV 75.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 87 68 88 0.01 0.23 0 0.65 297 0.13 0.31
Hex 57 44 58 1 17 0 41 129 D 1F
Octal 127 104 130 1 27 0 101 451 15 37
Binary 1010111 1000100 1011000 1 10111 0 1000001 100101001 1101 11111

Color Harmonies of #574458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574458

Black with #574458

Text Example


Text Example

White with #574458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574458; }

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

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

background-color css

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

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

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

border-color css

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

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

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