Html Css Color HEX #859397 Submarine

📋 copy color: '#859397'

red 133 ◦ green 147 ◦ blue 151

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

Shades of Submarine #859397

Tints of Submarine #859397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.11%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 30.86%
G = 34.11%
B = 35.03%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#859397 (or 0x859397) is known color: Submarine. HEX triplet: 85, 93 and 97. RGB value is (133,147,151). Sum of RGB (Red+Green+Blue) = 133+147+151=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 151 - color contains mainly: blue. Hex color #859397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859397 is #7A6C68. Grayscale: #8F8F8F. Windows color (decimal): -8023145 or 9933701. OLE color: 9933701.

HSL color Cylindrical-coordinate representation of color #859397: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #859397 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 147 151 -
CMYK 0.12 0.03 0 0.41
HSL 193.33º 0.08% 0.56% -
HSV(B) 193.33º 0.12% 0.59% -
XYZ 25.69 28.09 33.35 -
YUV 143.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 133 147 151 0.12 0.03 0 0.41 193.33 0.08 0.56
Hex 85 93 97 C 3 0 29 C1 8 38
Octal 205 223 227 14 3 0 51 301 10 70
Binary 10000101 10010011 10010111 1100 11 0 101001 11000001 1000 111000

Color Harmonies of #859397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859397

Black with #859397

Text Example


Text Example

White with #859397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859397; }

 p { color: rgb(133,147,151); }

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

background-color css

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

 a { background-color: rgb(133,147,151); }

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

border-color css

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

 span { border-color: rgb(133,147,151); }

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