Html Css Color HEX #858483 Schooner

📋 copy color: '#858483'

red 133 ◦ green 132 ◦ blue 131

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

Shades of Schooner #858483

Tints of Schooner #858483

RGB

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

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

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

R = 33.59%
G = 33.33%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#858483 (or 0x858483) is known color: Schooner. HEX triplet: 85, 84 and 83. RGB value is (133,132,131). Sum of RGB (Red+Green+Blue) = 133+132+131=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 133 - color contains mainly: red. Hex color #858483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858483 is #7A7B7C. Grayscale: #848484. Windows color (decimal): -8027005 or 8619141. OLE color: 8619141.

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

Color convert

RGB 133 132 131 -
CMYK 0 0.01 0.02 0.48
HSL 30º 0.01% 0.52% -
HSV(B) 30º 0.02% 0.52% -
XYZ 22.02 23.13 24.78 -
YUV 132.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 133 132 131 0 0.01 0.02 0.48 30 0.01 0.52
Hex 85 84 83 0 1 2 30 1E 1 34
Octal 205 204 203 0 1 2 60 36 1 64
Binary 10000101 10000100 10000011 0 1 10 110000 11110 1 110100

Color Harmonies of #858483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858483

Black with #858483

Text Example


Text Example

White with #858483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858483; }

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

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

background-color css

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

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

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

border-color css

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

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

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