Html Css Color HEX #859A9D Submarine

📋 copy color: '#859A9D'

red 133 ◦ green 154 ◦ blue 157

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

Shades of Submarine #859A9D

Tints of Submarine #859A9D

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #859A9D: hue angle of 187.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 #859A9D is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 154 157 -
CMYK 0.15 0.02 0 0.38
HSL 187.5º 0.11% 0.57% -
HSV(B) 187.5º 0.15% 0.62% -
XYZ 27.31 30.53 36.35 -
YUV 148.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 133 154 157 0.15 0.02 0 0.38 187.5 0.11 0.57
Hex 85 9A 9D F 2 0 26 BC B 39
Octal 205 232 235 17 2 0 46 274 13 71
Binary 10000101 10011010 10011101 1111 10 0 100110 10111100 1011 111001

Color Harmonies of #859A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A9D

Black with #859A9D

Text Example


Text Example

White with #859A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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