Html Css Color HEX #899598 Submarine

📋 copy color: '#899598'

red 137 ◦ green 149 ◦ blue 152

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

Shades of Submarine #899598

Tints of Submarine #899598

RGB

 RED value IS 137 (53.91% from 255) = 31.28%

 GREEN value IS 149 (58.59% from 255) = 34.02%

 BLUE value IS 152 (59.77% from 255) = 34.7%

R = 31.28%
G = 34.02%
B = 34.7%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#899598 (or 0x899598) is known color: Submarine. HEX triplet: 89, 95 and 98. RGB value is (137,149,152). Sum of RGB (Red+Green+Blue) = 137+149+152=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 152 - color contains mainly: blue. Hex color #899598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899598 is #766A67. Grayscale: #919191. Windows color (decimal): -7760488 or 9999753. OLE color: 9999753.

HSL color Cylindrical-coordinate representation of color #899598: hue angle of 192º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899598 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 149 152 -
CMYK 0.10 0.02 0 0.40
HSL 192º 0.07% 0.57% -
HSV(B) 192º 0.1% 0.6% -
XYZ 26.73 29.08 33.91 -
YUV 145.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 137 149 152 0.10 0.02 0 0.40 192 0.07 0.57
Hex 89 95 98 A 2 0 28 C0 7 39
Octal 211 225 230 12 2 0 50 300 7 71
Binary 10001001 10010101 10011000 1010 10 0 101000 11000000 111 111001

Color Harmonies of #899598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899598

Black with #899598

Text Example


Text Example

White with #899598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899598; }

 p { color: rgb(137,149,152); }

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

background-color css

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

 a { background-color: rgb(137,149,152); }

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

border-color css

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

 span { border-color: rgb(137,149,152); }

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