Html Css Color HEX #869495 Submarine

📋 copy color: '#869495'

red 134 ◦ green 148 ◦ blue 149

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

Shades of Submarine #869495

Tints of Submarine #869495

RGB

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

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

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

R = 31.09%
G = 34.34%
B = 34.57%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#869495 (or 0x869495) is known color: Submarine. HEX triplet: 86, 94 and 95. RGB value is (134,148,149). Sum of RGB (Red+Green+Blue) = 134+148+149=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: blue. Hex color #869495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869495 is #796B6A. Grayscale: #8F8F8F. Windows color (decimal): -7957355 or 9802886. OLE color: 9802886.

HSL color Cylindrical-coordinate representation of color #869495: hue angle of 184º 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 #869495 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 149 -
CMYK 0.10 0.01 0 0.42
HSL 184º 0.07% 0.55% -
HSV(B) 184º 0.1% 0.58% -
XYZ 25.85 28.42 32.56 -
YUV 143.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 134 148 149 0.10 0.01 0 0.42 184 0.07 0.55
Hex 86 94 95 A 1 0 2A B8 7 37
Octal 206 224 225 12 1 0 52 270 7 67
Binary 10000110 10010100 10010101 1010 1 0 101010 10111000 111 110111

Color Harmonies of #869495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869495

Black with #869495

Text Example


Text Example

White with #869495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869495; }

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

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

background-color css

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

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

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

border-color css

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

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

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