Html Css Color HEX #57425A Bossanova

📋 copy color: '#57425A'

red 87 ◦ green 66 ◦ blue 90

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

Shades of Bossanova #57425A

Tints of Bossanova #57425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 35.8%
G = 27.16%
B = 37.04%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57425A (or 0x57425A) is known color: Bossanova. HEX triplet: 57, 42 and 5A. RGB value is (87,66,90). Sum of RGB (Red+Green+Blue) = 87+66+90=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #57425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57425A is #A8BDA5. Grayscale: #4A4A4A. Windows color (decimal): -11058598 or 5915223. OLE color: 5915223.

HSL color Cylindrical-coordinate representation of color #57425A: hue angle of 292.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57425A is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 66 90 -
CMYK 0.03 0.27 0 0.65
HSL 292.5º 0.15% 0.31% -
HSV(B) 292.5º 0.27% 0.35% -
XYZ 7.72 6.66 10.55 -
YUV 75.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 87 66 90 0.03 0.27 0 0.65 292.5 0.15 0.31
Hex 57 42 5A 3 1B 0 41 124 F 1F
Octal 127 102 132 3 33 0 101 444 17 37
Binary 1010111 1000010 1011010 11 11011 0 1000001 100100100 1111 11111

Color Harmonies of #57425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57425A

Black with #57425A

Text Example


Text Example

White with #57425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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