Html Css Color HEX #859794 Submarine

📋 copy color: '#859794'

red 133 ◦ green 151 ◦ blue 148

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

Shades of Submarine #859794

Tints of Submarine #859794

RGB

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

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

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

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

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 133 151 148 -
CMYK 0.12 0 0.02 0.41
HSL 170º 0.08% 0.56% -
HSV(B) 170º 0.12% 0.59% -
XYZ 26.08 29.26 32.29 -
YUV 145.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 133 151 148 0.12 0 0.02 0.41 170 0.08 0.56
Hex 85 97 94 C 0 2 29 AA 8 38
Octal 205 227 224 14 0 2 51 252 10 70
Binary 10000101 10010111 10010100 1100 0 10 101001 10101010 1000 111000

Color Harmonies of #859794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859794

Black with #859794

Text Example


Text Example

White with #859794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859794; }

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

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

background-color css

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

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

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

border-color css

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

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

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