Html Css Color HEX #808483 Oslo Grey

📋 copy color: '#808483'

red 128 ◦ green 132 ◦ blue 131

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

Shades of Oslo Grey #808483

Tints of Oslo Grey #808483

RGB

 RED value IS 128 (50.39% from 255) = 32.74%

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 32.74%
G = 33.76%
B = 33.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#808483 (or 0x808483) is known color: Oslo Grey. HEX triplet: 80, 84 and 83. RGB value is (128,132,131). Sum of RGB (Red+Green+Blue) = 128+132+131=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 132 - color contains mainly: green. Hex color #808483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808483 is #7F7B7C. Grayscale: #828282. Windows color (decimal): -8354685 or 8619136. OLE color: 8619136.

HSL color Cylindrical-coordinate representation of color #808483: hue angle of 165º 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 #808483 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 131 -
CMYK 0.03 0 0.01 0.48
HSL 165º 0.02% 0.51% -
HSV(B) 165º 0.03% 0.52% -
XYZ 21.25 22.73 24.74 -
YUV 130.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 128 132 131 0.03 0 0.01 0.48 165 0.02 0.51
Hex 80 84 83 3 0 1 30 A5 2 33
Octal 200 204 203 3 0 1 60 245 2 63
Binary 10000000 10000100 10000011 11 0 1 110000 10100101 10 110011

Color Harmonies of #808483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808483

Black with #808483

Text Example


Text Example

White with #808483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808483; }

 p { color: rgb(128,132,131); }

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

background-color css

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

 a { background-color: rgb(128,132,131); }

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

border-color css

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

 span { border-color: rgb(128,132,131); }

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