Html Css Color HEX #858F8D Oslo Grey

📋 copy color: '#858F8D'

red 133 ◦ green 143 ◦ blue 141

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

Shades of Oslo Grey #858F8D

Tints of Oslo Grey #858F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 31.89%
G = 34.29%
B = 33.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#858F8D (or 0x858F8D) is known color: Oslo Grey. HEX triplet: 85, 8F and 8D. RGB value is (133,143,141). Sum of RGB (Red+Green+Blue) = 133+143+141=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 143 - color contains mainly: green. Hex color #858F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F8D is #7A7072. Grayscale: #8B8B8B. Windows color (decimal): -8024179 or 9277317. OLE color: 9277317.

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

Color convert

RGB 133 143 141 -
CMYK 0.07 0 0.01 0.44
HSL 168º 0.04% 0.54% -
HSV(B) 168º 0.07% 0.56% -
XYZ 24.3 26.55 29.04 -
YUV 139.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 133 143 141 0.07 0 0.01 0.44 168 0.04 0.54
Hex 85 8F 8D 7 0 1 2C A8 4 36
Octal 205 217 215 7 0 1 54 250 4 66
Binary 10000101 10001111 10001101 111 0 1 101100 10101000 100 110110

Color Harmonies of #858F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858F8D

Black with #858F8D

Text Example


Text Example

White with #858F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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