Html Css Color HEX #889393 Submarine

📋 copy color: '#889393'

red 136 ◦ green 147 ◦ blue 147

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

Shades of Submarine #889393

Tints of Submarine #889393

RGB

 RED value IS 136 (53.52% from 255) = 31.63%

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 31.63%
G = 34.19%
B = 34.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#889393 (or 0x889393) is known color: Submarine. HEX triplet: 88, 93 and 93. RGB value is (136,147,147). Sum of RGB (Red+Green+Blue) = 136+147+147=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #889393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889393 is #776C6C. Grayscale: #8F8F8F. Windows color (decimal): -7826541 or 9671560. OLE color: 9671560.

HSL color Cylindrical-coordinate representation of color #889393: hue angle of 180º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #889393 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 147 -
CMYK 0.07 0 0 0.42
HSL 180º 0.05% 0.55% -
HSV(B) 180º 0.07% 0.58% -
XYZ 25.85 28.21 31.69 -
YUV 143.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 136 147 147 0.07 0 0 0.42 180 0.05 0.55
Hex 88 93 93 7 0 0 2A B4 5 37
Octal 210 223 223 7 0 0 52 264 5 67
Binary 10001000 10010011 10010011 111 0 0 101010 10110100 101 110111

Color Harmonies of #889393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889393

Black with #889393

Text Example


Text Example

White with #889393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889393; }

 p { color: rgb(136,147,147); }

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

background-color css

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

 a { background-color: rgb(136,147,147); }

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

border-color css

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

 span { border-color: rgb(136,147,147); }

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