Html Css Color HEX #809B9B Submarine

📋 copy color: '#809B9B'

red 128 ◦ green 155 ◦ blue 155

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

Shades of Submarine #809B9B

Tints of Submarine #809B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.39%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 29.22%
G = 35.39%
B = 35.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#809B9B (or 0x809B9B) is known color: Submarine. HEX triplet: 80, 9B and 9B. RGB value is (128,155,155). Sum of RGB (Red+Green+Blue) = 128+155+155=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #809B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B9B is #7F6464. Grayscale: #929292. Windows color (decimal): -8348773 or 10197888. OLE color: 10197888.

HSL color Cylindrical-coordinate representation of color #809B9B: hue angle of 180º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809B9B is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 155 155 -
CMYK 0.17 0 0 0.39
HSL 180º 0.12% 0.55% -
HSV(B) 180º 0.17% 0.61% -
XYZ 26.54 30.4 35.48 -
YUV 146.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 128 155 155 0.17 0 0 0.39 180 0.12 0.55
Hex 80 9B 9B 11 0 0 27 B4 C 37
Octal 200 233 233 21 0 0 47 264 14 67
Binary 10000000 10011011 10011011 10001 0 0 100111 10110100 1100 110111

Color Harmonies of #809B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B9B

Black with #809B9B

Text Example


Text Example

White with #809B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809B9B; }

 p { color: rgb(128,155,155); }

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

background-color css

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

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

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

border-color css

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

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

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