Html Css Color HEX #879293 Submarine

📋 copy color: '#879293'

red 135 ◦ green 146 ◦ blue 147

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

Shades of Submarine #879293

Tints of Submarine #879293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 31.54%
G = 34.11%
B = 34.35%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#879293 (or 0x879293) is known color: Submarine. HEX triplet: 87, 92 and 93. RGB value is (135,146,147). Sum of RGB (Red+Green+Blue) = 135+146+147=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 147 - color contains mainly: blue. Hex color #879293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879293 is #786D6C. Grayscale: #8E8E8E. Windows color (decimal): -7892333 or 9671303. OLE color: 9671303.

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

Color convert

RGB 135 146 147 -
CMYK 0.08 0.01 0 0.42
HSL 185º 0.05% 0.55% -
HSV(B) 185º 0.08% 0.58% -
XYZ 25.54 27.82 31.63 -
YUV 142.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 135 146 147 0.08 0.01 0 0.42 185 0.05 0.55
Hex 87 92 93 8 1 0 2A B9 5 37
Octal 207 222 223 10 1 0 52 271 5 67
Binary 10000111 10010010 10010011 1000 1 0 101010 10111001 101 110111

Color Harmonies of #879293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879293

Black with #879293

Text Example


Text Example

White with #879293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879293; }

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

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

background-color css

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

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

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

border-color css

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

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

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