#869498

Color #869498 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #869498

Tints of Submarine #869498

Color information

#869498 (or 0x869498) is unknown color: approx Submarine. HEX triplet: 86, 94 and 98. RGB value is (134,148,152). Sum of RGB (Red+Green+Blue) = 134+148+152=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 152 - color contains mainly: blue. Hex color #869498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869498 is #796B67. Grayscale: #909090. Windows color (decimal): -7957352 or 9999494. OLE color: 9999494.

HSL color Cylindrical-coordinate representation of color #869498: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869498 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB134148152-
CMYK0.120.0300.40
HSL193.33º8.04%56.08%-
HSV(B)193.33º11.84%59.61%-
XYZ26.0928.5233.83-
YUV144.27132.36120.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=30.88%
G=34.10%
B=35.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341481520.120.0300.40193.338.0456.08
Hex869498C3028c1838
Octal2062242301430503011070
Binary1000011010010100100110001100110101000110000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869498; }

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

 H1.HeaderClassName
 {
   color: #869498;
 }
 .AnyTagClassName
 {
   color: #869498;
 }
</style>
background-color css

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

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

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

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

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

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