Html Css Color HEX #859699 Submarine

📋 copy color: '#859699'

red 133 ◦ green 150 ◦ blue 153

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

Shades of Submarine #859699

Tints of Submarine #859699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.4%

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 30.5%
G = 34.4%
B = 35.09%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#859699 (or 0x859699) is known color: Submarine. HEX triplet: 85, 96 and 99. RGB value is (133,150,153). Sum of RGB (Red+Green+Blue) = 133+150+153=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #859699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859699 is #7A6966. Grayscale: #919191. Windows color (decimal): -8022375 or 10065541. OLE color: 10065541.

HSL color Cylindrical-coordinate representation of color #859699: hue angle of 189º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859699 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 150 153 -
CMYK 0.13 0.02 0 0.4
HSL 189º 0.09% 0.56% -
HSV(B) 189º 0.13% 0.6% -
XYZ 26.33 29.1 34.37 -
YUV 145.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 133 150 153 0.13 0.02 0 0.4 189 0.09 0.56
Hex 85 96 99 D 2 0 28 BD 9 38
Octal 205 226 231 15 2 0 50 275 11 70
Binary 10000101 10010110 10011001 1101 10 0 101000 10111101 1001 111000

Color Harmonies of #859699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859699

Black with #859699

Text Example


Text Example

White with #859699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859699; }

 p { color: rgb(133,150,153); }

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

background-color css

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

 a { background-color: rgb(133,150,153); }

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

border-color css

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

 span { border-color: rgb(133,150,153); }

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