Html Css Color HEX #858D8C Oslo Grey

📋 copy color: '#858D8C'

red 133 ◦ green 141 ◦ blue 140

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

Shades of Oslo Grey #858D8C

Tints of Oslo Grey #858D8C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

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

R = 32.13%
G = 34.06%
B = 33.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#858D8C (or 0x858D8C) is known color: Oslo Grey. HEX triplet: 85, 8D and 8C. RGB value is (133,141,140). Sum of RGB (Red+Green+Blue) = 133+141+140=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 141 - color contains mainly: green. Hex color #858D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D8C is #7A7273. Grayscale: #8A8A8A. Windows color (decimal): -8024692 or 9211269. OLE color: 9211269.

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

Color convert

RGB 133 141 140 -
CMYK 0.06 0 0.01 0.45
HSL 172.5º 0.03% 0.54% -
HSV(B) 172.5º 0.06% 0.55% -
XYZ 23.93 25.93 28.55 -
YUV 138.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 133 141 140 0.06 0 0.01 0.45 172.5 0.03 0.54
Hex 85 8D 8C 6 0 1 2D AC 3 36
Octal 205 215 214 6 0 1 55 254 3 66
Binary 10000101 10001101 10001100 110 0 1 101101 10101100 11 110110

Color Harmonies of #858D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D8C

Black with #858D8C

Text Example


Text Example

White with #858D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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