Html Css Color HEX #574359 Bossanova

📋 copy color: '#574359'

red 87 ◦ green 67 ◦ blue 89

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

Shades of Bossanova #574359

Tints of Bossanova #574359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 35.8%
G = 27.57%
B = 36.63%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574359 (or 0x574359) is known color: Bossanova. HEX triplet: 57, 43 and 59. RGB value is (87,67,89). Sum of RGB (Red+Green+Blue) = 87+67+89=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #574359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574359 is #A8BCA6. Grayscale: #4B4B4B. Windows color (decimal): -11058343 or 5849943. OLE color: 5849943.

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

Color convert

RGB 87 67 89 -
CMYK 0.02 0.25 0 0.65
HSL 294.55º 0.14% 0.31% -
HSV(B) 294.55º 0.25% 0.35% -
XYZ 7.74 6.76 10.35 -
YUV 75.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 87 67 89 0.02 0.25 0 0.65 294.55 0.14 0.31
Hex 57 43 59 2 19 0 41 127 E 1F
Octal 127 103 131 2 31 0 101 447 16 37
Binary 1010111 1000011 1011001 10 11001 0 1000001 100100111 1110 11111

Color Harmonies of #574359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574359

Black with #574359

Text Example


Text Example

White with #574359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574359; }

 p { color: rgb(87,67,89); }

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

background-color css

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

 a { background-color: rgb(87,67,89); }

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

border-color css

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

 span { border-color: rgb(87,67,89); }

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