Html Css Color HEX #869493 Submarine

📋 copy color: '#869493'

red 134 ◦ green 148 ◦ blue 147

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

Shades of Submarine #869493

Tints of Submarine #869493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

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

R = 31.24%
G = 34.5%
B = 34.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#869493 (or 0x869493) is known color: Submarine. HEX triplet: 86, 94 and 93. RGB value is (134,148,147). Sum of RGB (Red+Green+Blue) = 134+148+147=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #869493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869493 is #796B6C. Grayscale: #8F8F8F. Windows color (decimal): -7957357 or 9671814. OLE color: 9671814.

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

Color convert

RGB 134 148 147 -
CMYK 0.09 0 0.01 0.42
HSL 175.71º 0.06% 0.55% -
HSV(B) 175.71º 0.09% 0.58% -
XYZ 25.69 28.35 31.72 -
YUV 143.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 134 148 147 0.09 0 0.01 0.42 175.71 0.06 0.55
Hex 86 94 93 9 0 1 2A B0 6 37
Octal 206 224 223 11 0 1 52 260 6 67
Binary 10000110 10010100 10010011 1001 0 1 101010 10110000 110 110111

Color Harmonies of #869493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869493

Black with #869493

Text Example


Text Example

White with #869493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869493; }

 p { color: rgb(134,148,147); }

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

background-color css

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

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

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

border-color css

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

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

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