Html Css Color HEX #57425B Bossanova

📋 copy color: '#57425B'

red 87 ◦ green 66 ◦ blue 91

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

Shades of Bossanova #57425B

Tints of Bossanova #57425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 35.66%
G = 27.05%
B = 37.3%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57425B (or 0x57425B) is known color: Bossanova. HEX triplet: 57, 42 and 5B. RGB value is (87,66,91). Sum of RGB (Red+Green+Blue) = 87+66+91=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #57425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57425B is #A8BDA4. Grayscale: #4B4B4B. Windows color (decimal): -11058597 or 5980759. OLE color: 5980759.

HSL color Cylindrical-coordinate representation of color #57425B: hue angle of 290.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57425B is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 66 91 -
CMYK 0.04 0.27 0 0.64
HSL 290.4º 0.16% 0.31% -
HSV(B) 290.4º 0.27% 0.36% -
XYZ 7.77 6.68 10.78 -
YUV 75.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 87 66 91 0.04 0.27 0 0.64 290.4 0.16 0.31
Hex 57 42 5B 4 1B 0 40 122 10 1F
Octal 127 102 133 4 33 0 100 442 20 37
Binary 1010111 1000010 1011011 100 11011 0 1000000 100100010 10000 11111

Color Harmonies of #57425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57425B

Black with #57425B

Text Example


Text Example

White with #57425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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