Html Css Color HEX #879295 Submarine

📋 copy color: '#879295'

red 135 ◦ green 146 ◦ blue 149

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

Shades of Submarine #879295

Tints of Submarine #879295

RGB

 RED value IS 135 (53.13% from 255) = 31.4%

 GREEN value IS 146 (57.42% from 255) = 33.95%

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

R = 31.4%
G = 33.95%
B = 34.65%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#879295 (or 0x879295) is known color: Submarine. HEX triplet: 87, 92 and 95. RGB value is (135,146,149). Sum of RGB (Red+Green+Blue) = 135+146+149=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #879295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879295 is #786D6A. Grayscale: #8F8F8F. Windows color (decimal): -7892331 or 9802375. OLE color: 9802375.

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

Color convert

RGB 135 146 149 -
CMYK 0.09 0.02 0 0.42
HSL 192.86º 0.06% 0.56% -
HSV(B) 192.86º 0.09% 0.58% -
XYZ 25.7 27.88 32.46 -
YUV 143.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 135 146 149 0.09 0.02 0 0.42 192.86 0.06 0.56
Hex 87 92 95 9 2 0 2A C1 6 38
Octal 207 222 225 11 2 0 52 301 6 70
Binary 10000111 10010010 10010101 1001 10 0 101010 11000001 110 111000

Color Harmonies of #879295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879295

Black with #879295

Text Example


Text Example

White with #879295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879295; }

 p { color: rgb(135,146,149); }

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

background-color css

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

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

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

border-color css

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

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

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