Html Css Color HEX #899093 Aluminium

📋 copy color: '#899093'

red 137 ◦ green 144 ◦ blue 147

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

Shades of Aluminium #899093

Tints of Aluminium #899093

RGB

 RED value IS 137 (53.91% from 255) = 32.01%

 GREEN value IS 144 (56.64% from 255) = 33.64%

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 32.01%
G = 33.64%
B = 34.35%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#899093 (or 0x899093) is known color: Aluminium. HEX triplet: 89, 90 and 93. RGB value is (137,144,147). Sum of RGB (Red+Green+Blue) = 137+144+147=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 147 - color contains mainly: blue. Hex color #899093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899093 is #766F6C. Grayscale: #8E8E8E. Windows color (decimal): -7761773 or 9670793. OLE color: 9670793.

HSL color Cylindrical-coordinate representation of color #899093: hue angle of 198º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899093 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 144 147 -
CMYK 0.07 0.02 0 0.42
HSL 198º 0.04% 0.56% -
HSV(B) 198º 0.07% 0.58% -
XYZ 25.56 27.37 31.54 -
YUV 142.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 137 144 147 0.07 0.02 0 0.42 198 0.04 0.56
Hex 89 90 93 7 2 0 2A C6 4 38
Octal 211 220 223 7 2 0 52 306 4 70
Binary 10001001 10010000 10010011 111 10 0 101010 11000110 100 111000

Color Harmonies of #899093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899093

Black with #899093

Text Example


Text Example

White with #899093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899093; }

 p { color: rgb(137,144,147); }

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

background-color css

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

 a { background-color: rgb(137,144,147); }

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

border-color css

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

 span { border-color: rgb(137,144,147); }

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