Html Css Color HEX #574258 Bossanova

📋 copy color: '#574258'

red 87 ◦ green 66 ◦ blue 88

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

Shades of Bossanova #574258

Tints of Bossanova #574258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

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

R = 36.1%
G = 27.39%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574258 (or 0x574258) is known color: Bossanova. HEX triplet: 57, 42 and 58. RGB value is (87,66,88). Sum of RGB (Red+Green+Blue) = 87+66+88=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #574258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574258 is #A8BDA7. Grayscale: #4A4A4A. Windows color (decimal): -11058600 or 5784151. OLE color: 5784151.

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

Color convert

RGB 87 66 88 -
CMYK 0.01 0.25 0 0.65
HSL 297.27º 0.14% 0.3% -
HSV(B) 297.27º 0.25% 0.35% -
XYZ 7.64 6.63 10.11 -
YUV 74.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 87 66 88 0.01 0.25 0 0.65 297.27 0.14 0.3
Hex 57 42 58 1 19 0 41 129 E 1E
Octal 127 102 130 1 31 0 101 451 16 36
Binary 1010111 1000010 1011000 1 11001 0 1000001 100101001 1110 11110

Color Harmonies of #574258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574258

Black with #574258

Text Example


Text Example

White with #574258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574258; }

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

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

background-color css

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

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

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

border-color css

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

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

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