Html Css Color HEX #574058 Bossanova

📋 copy color: '#574058'

red 87 ◦ green 64 ◦ blue 88

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

Shades of Bossanova #574058

Tints of Bossanova #574058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.78%

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

R = 36.4%
G = 26.78%
B = 36.82%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574058 (or 0x574058) is known color: Bossanova. HEX triplet: 57, 40 and 58. RGB value is (87,64,88). Sum of RGB (Red+Green+Blue) = 87+64+88=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #574058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574058 is #A8BFA7. Grayscale: #494949. Windows color (decimal): -11059112 or 5783639. OLE color: 5783639.

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

Color convert

RGB 87 64 88 -
CMYK 0.01 0.27 0 0.65
HSL 297.5º 0.16% 0.3% -
HSV(B) 297.5º 0.27% 0.35% -
XYZ 7.53 6.4 10.07 -
YUV 73.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 87 64 88 0.01 0.27 0 0.65 297.5 0.16 0.3
Hex 57 40 58 1 1B 0 41 12A 10 1E
Octal 127 100 130 1 33 0 101 452 20 36
Binary 1010111 1000000 1011000 1 11011 0 1000001 100101010 10000 11110

Color Harmonies of #574058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574058

Black with #574058

Text Example


Text Example

White with #574058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574058; }

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

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

background-color css

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

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

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

border-color css

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

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

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