Html Css Color HEX #859597 Submarine

📋 copy color: '#859597'

red 133 ◦ green 149 ◦ blue 151

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

Shades of Submarine #859597

Tints of Submarine #859597

RGB

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

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

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

R = 30.72%
G = 34.41%
B = 34.87%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#859597 (or 0x859597) is known color: Submarine. HEX triplet: 85, 95 and 97. RGB value is (133,149,151). Sum of RGB (Red+Green+Blue) = 133+149+151=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 151 - color contains mainly: blue. Hex color #859597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859597 is #7A6A68. Grayscale: #909090. Windows color (decimal): -8022633 or 9934213. OLE color: 9934213.

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

Color convert

RGB 133 149 151 -
CMYK 0.12 0.01 0 0.41
HSL 186.67º 0.08% 0.56% -
HSV(B) 186.67º 0.12% 0.59% -
XYZ 26.01 28.72 33.45 -
YUV 144.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 133 149 151 0.12 0.01 0 0.41 186.67 0.08 0.56
Hex 85 95 97 C 1 0 29 BB 8 38
Octal 205 225 227 14 1 0 51 273 10 70
Binary 10000101 10010101 10010111 1100 1 0 101001 10111011 1000 111000

Color Harmonies of #859597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859597

Black with #859597

Text Example


Text Example

White with #859597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859597; }

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

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

background-color css

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

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

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

border-color css

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

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

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