Html Css Color HEX #839495 Submarine

📋 copy color: '#839495'

red 131 ◦ green 148 ◦ blue 149

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

Shades of Submarine #839495

Tints of Submarine #839495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 30.61%
G = 34.58%
B = 34.81%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#839495 (or 0x839495) is known color: Submarine. HEX triplet: 83, 94 and 95. RGB value is (131,148,149). Sum of RGB (Red+Green+Blue) = 131+148+149=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #839495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839495 is #7C6B6A. Grayscale: #8F8F8F. Windows color (decimal): -8153963 or 9802883. OLE color: 9802883.

HSL color Cylindrical-coordinate representation of color #839495: hue angle of 183.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #839495 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 149 -
CMYK 0.12 0.01 0 0.42
HSL 183.33º 0.08% 0.55% -
HSV(B) 183.33º 0.12% 0.58% -
XYZ 25.37 28.18 32.53 -
YUV 143.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 131 148 149 0.12 0.01 0 0.42 183.33 0.08 0.55
Hex 83 94 95 C 1 0 2A B7 8 37
Octal 203 224 225 14 1 0 52 267 10 67
Binary 10000011 10010100 10010101 1100 1 0 101010 10110111 1000 110111

Color Harmonies of #839495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839495

Black with #839495

Text Example


Text Example

White with #839495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839495; }

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

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

background-color css

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

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

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

border-color css

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

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

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