Html Css Color HEX #809598 Submarine

📋 copy color: '#809598'

red 128 ◦ green 149 ◦ blue 152

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

Shades of Submarine #809598

Tints of Submarine #809598

RGB

 RED value IS 128 (50.39% from 255) = 29.84%

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

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

R = 29.84%
G = 34.73%
B = 35.43%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#809598 (or 0x809598) is known color: Submarine. HEX triplet: 80, 95 and 98. RGB value is (128,149,152). Sum of RGB (Red+Green+Blue) = 128+149+152=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #809598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809598 is #7F6A67. Grayscale: #8F8F8F. Windows color (decimal): -8350312 or 9999744. OLE color: 9999744.

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

Color convert

RGB 128 149 152 -
CMYK 0.16 0.02 0 0.40
HSL 187.5º 0.1% 0.55% -
HSV(B) 187.5º 0.16% 0.6% -
XYZ 25.32 28.35 33.84 -
YUV 143.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 128 149 152 0.16 0.02 0 0.40 187.5 0.1 0.55
Hex 80 95 98 10 2 0 28 BC A 37
Octal 200 225 230 20 2 0 50 274 12 67
Binary 10000000 10010101 10011000 10000 10 0 101000 10111100 1010 110111

Color Harmonies of #809598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809598

Black with #809598

Text Example


Text Example

White with #809598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809598; }

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

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

background-color css

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

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

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

border-color css

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

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

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