Html Css Color HEX #869599 Submarine

📋 copy color: '#869599'

red 134 ◦ green 149 ◦ blue 153

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

Shades of Submarine #869599

Tints of Submarine #869599

RGB

 RED value IS 134 (52.73% from 255) = 30.73%

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

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

R = 30.73%
G = 34.17%
B = 35.09%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#869599 (or 0x869599) is known color: Submarine. HEX triplet: 86, 95 and 99. RGB value is (134,149,153). Sum of RGB (Red+Green+Blue) = 134+149+153=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 149 (58.59% from 255 or 34.17% 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 #869599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869599 is #796A66. Grayscale: #909090. Windows color (decimal): -7957095 or 10065286. OLE color: 10065286.

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

Color convert

RGB 134 149 153 -
CMYK 0.12 0.03 0 0.4
HSL 192.63º 0.09% 0.56% -
HSV(B) 192.63º 0.12% 0.6% -
XYZ 26.33 28.86 34.32 -
YUV 144.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 134 149 153 0.12 0.03 0 0.4 192.63 0.09 0.56
Hex 86 95 99 C 3 0 28 C1 9 38
Octal 206 225 231 14 3 0 50 301 11 70
Binary 10000110 10010101 10011001 1100 11 0 101000 11000001 1001 111000

Color Harmonies of #869599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869599

Black with #869599

Text Example


Text Example

White with #869599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869599; }

 p { color: rgb(134,149,153); }

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

background-color css

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

 a { background-color: rgb(134,149,153); }

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

border-color css

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

 span { border-color: rgb(134,149,153); }

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