Html Css Color HEX #818585 Oslo Grey

📋 copy color: '#818585'

red 129 ◦ green 133 ◦ blue 133

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

Shades of Oslo Grey #818585

Tints of Oslo Grey #818585

RGB

 RED value IS 129 (50.78% from 255) = 32.66%

 GREEN value IS 133 (52.34% from 255) = 33.67%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 32.66%
G = 33.67%
B = 33.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#818585 (or 0x818585) is known color: Oslo Grey. HEX triplet: 81, 85 and 85. RGB value is (129,133,133). Sum of RGB (Red+Green+Blue) = 129+133+133=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #818585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818585 is #7E7A7A. Grayscale: #838383. Windows color (decimal): -8288891 or 8750465. OLE color: 8750465.

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

Color convert

RGB 129 133 133 -
CMYK 0.03 0 0 0.48
HSL 180º 0.02% 0.51% -
HSV(B) 180º 0.03% 0.52% -
XYZ 21.67 23.14 25.51 -
YUV 131.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 129 133 133 0.03 0 0 0.48 180 0.02 0.51
Hex 81 85 85 3 0 0 30 B4 2 33
Octal 201 205 205 3 0 0 60 264 2 63
Binary 10000001 10000101 10000101 11 0 0 110000 10110100 10 110011

Color Harmonies of #818585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818585

Black with #818585

Text Example


Text Example

White with #818585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818585; }

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

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

background-color css

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

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

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

border-color css

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

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

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