Html Css Color HEX #869093 Aluminium

📋 copy color: '#869093'

red 134 ◦ green 144 ◦ blue 147

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

Shades of Aluminium #869093

Tints of Aluminium #869093

RGB

 RED value IS 134 (52.73% from 255) = 31.53%

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

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

R = 31.53%
G = 33.88%
B = 34.59%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#869093 (or 0x869093) is known color: Aluminium. HEX triplet: 86, 90 and 93. RGB value is (134,144,147). Sum of RGB (Red+Green+Blue) = 134+144+147=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #869093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869093 is #796F6C. Grayscale: #8D8D8D. Windows color (decimal): -7958381 or 9670790. OLE color: 9670790.

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

Color convert

RGB 134 144 147 -
CMYK 0.09 0.02 0 0.42
HSL 193.85º 0.06% 0.55% -
HSV(B) 193.85º 0.09% 0.58% -
XYZ 25.07 27.12 31.52 -
YUV 141.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 134 144 147 0.09 0.02 0 0.42 193.85 0.06 0.55
Hex 86 90 93 9 2 0 2A C2 6 37
Octal 206 220 223 11 2 0 52 302 6 67
Binary 10000110 10010000 10010011 1001 10 0 101010 11000010 110 110111

Color Harmonies of #869093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869093

Black with #869093

Text Example


Text Example

White with #869093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869093; }

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

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

background-color css

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

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

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

border-color css

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

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

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