Html Css Color HEX #869595 Submarine

📋 copy color: '#869595'

red 134 ◦ green 149 ◦ blue 149

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

Shades of Submarine #869595

Tints of Submarine #869595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 31.02%
G = 34.49%
B = 34.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#869595 (or 0x869595) is known color: Submarine. HEX triplet: 86, 95 and 95. RGB value is (134,149,149). Sum of RGB (Red+Green+Blue) = 134+149+149=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #869595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869595 is #796A6A. Grayscale: #909090. Windows color (decimal): -7957099 or 9803142. OLE color: 9803142.

HSL color Cylindrical-coordinate representation of color #869595: hue angle of 180º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869595 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 149 -
CMYK 0.10 0 0 0.42
HSL 180º 0.07% 0.55% -
HSV(B) 180º 0.1% 0.58% -
XYZ 26 28.73 32.61 -
YUV 144.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 134 149 149 0.10 0 0 0.42 180 0.07 0.55
Hex 86 95 95 A 0 0 2A B4 7 37
Octal 206 225 225 12 0 0 52 264 7 67
Binary 10000110 10010101 10010101 1010 0 0 101010 10110100 111 110111

Color Harmonies of #869595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869595

Black with #869595

Text Example


Text Example

White with #869595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869595; }

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

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

background-color css

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

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

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

border-color css

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

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

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