Html Css Color HEX #839599 Submarine

📋 copy color: '#839599'

red 131 ◦ green 149 ◦ blue 153

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

Shades of Submarine #839599

Tints of Submarine #839599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.41%

 BLUE value IS 153 (60.16% from 255) = 35.33%

R = 30.25%
G = 34.41%
B = 35.33%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#839599 (or 0x839599) is known color: Submarine. HEX triplet: 83, 95 and 99. RGB value is (131,149,153). Sum of RGB (Red+Green+Blue) = 131+149+153=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #839599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839599 is #7C6A66. Grayscale: #909090. Windows color (decimal): -8153703 or 10065283. OLE color: 10065283.

HSL color Cylindrical-coordinate representation of color #839599: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839599 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 149 153 -
CMYK 0.14 0.03 0 0.4
HSL 190.91º 0.1% 0.56% -
HSV(B) 190.91º 0.14% 0.6% -
XYZ 25.86 28.62 34.3 -
YUV 144.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 131 149 153 0.14 0.03 0 0.4 190.91 0.1 0.56
Hex 83 95 99 E 3 0 28 BF A 38
Octal 203 225 231 16 3 0 50 277 12 70
Binary 10000011 10010101 10011001 1110 11 0 101000 10111111 1010 111000

Color Harmonies of #839599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839599

Black with #839599

Text Example


Text Example

White with #839599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839599; }

 p { color: rgb(131,149,153); }

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

background-color css

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

 a { background-color: rgb(131,149,153); }

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

border-color css

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

 span { border-color: rgb(131,149,153); }

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