Html Css Color HEX #83859C Manatee

📋 copy color: '#83859C'

red 131 ◦ green 133 ◦ blue 156

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

Shades of Manatee #83859C

Tints of Manatee #83859C

RGB

 RED value IS 131 (51.56% from 255) = 31.19%

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 31.19%
G = 31.67%
B = 37.14%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83859C (or 0x83859C) is known color: Manatee. HEX triplet: 83, 85 and 9C. RGB value is (131,133,156). Sum of RGB (Red+Green+Blue) = 131+133+156=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #83859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83859C is #7C7A63. Grayscale: #868686. Windows color (decimal): -8157796 or 10257795. OLE color: 10257795.

HSL color Cylindrical-coordinate representation of color #83859C: hue angle of 235.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83859C is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 133 156 -
CMYK 0.16 0.15 0 0.39
HSL 235.2º 0.11% 0.56% -
HSV(B) 235.2º 0.16% 0.61% -
XYZ 23.75 24 34.83 -
YUV 135.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 131 133 156 0.16 0.15 0 0.39 235.2 0.11 0.56
Hex 83 85 9C 10 F 0 27 EB B 38
Octal 203 205 234 20 17 0 47 353 13 70
Binary 10000011 10000101 10011100 10000 1111 0 100111 11101011 1011 111000

Color Harmonies of #83859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83859C

Black with #83859C

Text Example


Text Example

White with #83859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83859C; }

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

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

background-color css

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

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

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

border-color css

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

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

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