Html Css Color HEX #57455A Bossanova

📋 copy color: '#57455A'

red 87 ◦ green 69 ◦ blue 90

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

Shades of Bossanova #57455A

Tints of Bossanova #57455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

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

R = 35.37%
G = 28.05%
B = 36.59%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57455A (or 0x57455A) is known color: Bossanova. HEX triplet: 57, 45 and 5A. RGB value is (87,69,90). Sum of RGB (Red+Green+Blue) = 87+69+90=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: blue. Hex color #57455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57455A is #A8BAA5. Grayscale: #4C4C4C. Windows color (decimal): -11057830 or 5915991. OLE color: 5915991.

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

Color convert

RGB 87 69 90 -
CMYK 0.03 0.23 0 0.65
HSL 291.43º 0.13% 0.31% -
HSV(B) 291.43º 0.23% 0.35% -
XYZ 7.9 7.02 10.61 -
YUV 76.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 87 69 90 0.03 0.23 0 0.65 291.43 0.13 0.31
Hex 57 45 5A 3 17 0 41 123 D 1F
Octal 127 105 132 3 27 0 101 443 15 37
Binary 1010111 1000101 1011010 11 10111 0 1000001 100100011 1101 11111

Color Harmonies of #57455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57455A

Black with #57455A

Text Example


Text Example

White with #57455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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