Html Css Color HEX #859497 Submarine

📋 copy color: '#859497'

red 133 ◦ green 148 ◦ blue 151

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

Shades of Submarine #859497

Tints of Submarine #859497

RGB

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

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

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

R = 30.79%
G = 34.26%
B = 34.95%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#859497 (or 0x859497) is known color: Submarine. HEX triplet: 85, 94 and 97. RGB value is (133,148,151). Sum of RGB (Red+Green+Blue) = 133+148+151=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 151 - color contains mainly: blue. Hex color #859497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859497 is #7A6B68. Grayscale: #8F8F8F. Windows color (decimal): -8022889 or 9933957. OLE color: 9933957.

HSL color Cylindrical-coordinate representation of color #859497: hue angle of 190º 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 #859497 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 148 151 -
CMYK 0.12 0.02 0 0.41
HSL 190º 0.08% 0.56% -
HSV(B) 190º 0.12% 0.59% -
XYZ 25.85 28.4 33.4 -
YUV 143.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 133 148 151 0.12 0.02 0 0.41 190 0.08 0.56
Hex 85 94 97 C 2 0 29 BE 8 38
Octal 205 224 227 14 2 0 51 276 10 70
Binary 10000101 10010100 10010111 1100 10 0 101001 10111110 1000 111000

Color Harmonies of #859497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859497

Black with #859497

Text Example


Text Example

White with #859497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859497; }

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

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

background-color css

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

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

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

border-color css

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

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

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