Html Css Color HEX #858888 Oslo Grey

📋 copy color: '#858888'

red 133 ◦ green 136 ◦ blue 136

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

Shades of Oslo Grey #858888

Tints of Oslo Grey #858888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 136 (53.52% from 255) = 33.58%

R = 32.84%
G = 33.58%
B = 33.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#858888 (or 0x858888) is known color: Oslo Grey. HEX triplet: 85, 88 and 88. RGB value is (133,136,136). Sum of RGB (Red+Green+Blue) = 133+136+136=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #858888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858888 is #7A7777. Grayscale: #878787. Windows color (decimal): -8025976 or 8947845. OLE color: 8947845.

HSL color Cylindrical-coordinate representation of color #858888: hue angle of 180º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858888 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 136 -
CMYK 0.02 0 0 0.47
HSL 180º 0.01% 0.53% -
HSV(B) 180º 0.02% 0.53% -
XYZ 22.92 24.37 26.79 -
YUV 135.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 133 136 136 0.02 0 0 0.47 180 0.01 0.53
Hex 85 88 88 2 0 0 2F B4 1 35
Octal 205 210 210 2 0 0 57 264 1 65
Binary 10000101 10001000 10001000 10 0 0 101111 10110100 1 110101

Color Harmonies of #858888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858888

Black with #858888

Text Example


Text Example

White with #858888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858888; }

 p { color: rgb(133,136,136); }

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

background-color css

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

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

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

border-color css

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

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

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