Html Css Color HEX #859D9A Submarine

📋 copy color: '#859D9A'

red 133 ◦ green 157 ◦ blue 154

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

Shades of Submarine #859D9A

Tints of Submarine #859D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 29.95%
G = 35.36%
B = 34.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#859D9A (or 0x859D9A) is known color: Submarine. HEX triplet: 85, 9D and 9A. RGB value is (133,157,154). Sum of RGB (Red+Green+Blue) = 133+157+154=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #859D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859D9A is #7A6265. Grayscale: #959595. Windows color (decimal): -8020582 or 10132869. OLE color: 10132869.

HSL color Cylindrical-coordinate representation of color #859D9A: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859D9A is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 154 -
CMYK 0.15 0 0.02 0.38
HSL 172.5º 0.11% 0.57% -
HSV(B) 172.5º 0.15% 0.62% -
XYZ 27.56 31.43 35.19 -
YUV 149.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 133 157 154 0.15 0 0.02 0.38 172.5 0.11 0.57
Hex 85 9D 9A F 0 2 26 AC B 39
Octal 205 235 232 17 0 2 46 254 13 71
Binary 10000101 10011101 10011010 1111 0 10 100110 10101100 1011 111001

Color Harmonies of #859D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D9A

Black with #859D9A

Text Example


Text Example

White with #859D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859D9A; }

 p { color: rgb(133,157,154); }

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

background-color css

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

 a { background-color: rgb(133,157,154); }

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

border-color css

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

 span { border-color: rgb(133,157,154); }

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