Html Css Color HEX #858E8C Oslo Grey

📋 copy color: '#858E8C'

red 133 ◦ green 142 ◦ blue 140

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

Shades of Oslo Grey #858E8C

Tints of Oslo Grey #858E8C

RGB

 RED value IS 133 (52.34% from 255) = 32.05%

 GREEN value IS 142 (55.86% from 255) = 34.22%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 32.05%
G = 34.22%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#858E8C (or 0x858E8C) is known color: Oslo Grey. HEX triplet: 85, 8E and 8C. RGB value is (133,142,140). Sum of RGB (Red+Green+Blue) = 133+142+140=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 142 - color contains mainly: green. Hex color #858E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E8C is #7A7173. Grayscale: #8B8B8B. Windows color (decimal): -8024436 or 9211525. OLE color: 9211525.

HSL color Cylindrical-coordinate representation of color #858E8C: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858E8C is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 142 140 -
CMYK 0.06 0 0.01 0.44
HSL 166.67º 0.04% 0.54% -
HSV(B) 166.67º 0.06% 0.56% -
XYZ 24.08 26.23 28.6 -
YUV 139.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 133 142 140 0.06 0 0.01 0.44 166.67 0.04 0.54
Hex 85 8E 8C 6 0 1 2C A7 4 36
Octal 205 216 214 6 0 1 54 247 4 66
Binary 10000101 10001110 10001100 110 0 1 101100 10100111 100 110110

Color Harmonies of #858E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E8C

Black with #858E8C

Text Example


Text Example

White with #858E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858E8C; }

 p { color: rgb(133,142,140); }

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

background-color css

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

 a { background-color: rgb(133,142,140); }

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

border-color css

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

 span { border-color: rgb(133,142,140); }

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