Html Css Color HEX #959899 Submarine

📋 copy color: '#959899'

red 149 ◦ green 152 ◦ blue 153

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

Shades of Submarine #959899

Tints of Submarine #959899

RGB

 RED value IS 149 (58.59% from 255) = 32.82%

 GREEN value IS 152 (59.77% from 255) = 33.48%

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 32.82%
G = 33.48%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#959899 (or 0x959899) is known color: Submarine. HEX triplet: 95, 98 and 99. RGB value is (149,152,153). Sum of RGB (Red+Green+Blue) = 149+152+153=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 153 - color contains mainly: blue. Hex color #959899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959899 is #6A6766. Grayscale: #979797. Windows color (decimal): -6973287 or 10066069. OLE color: 10066069.

HSL color Cylindrical-coordinate representation of color #959899: hue angle of 195º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959899 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 152 153 -
CMYK 0.03 0.01 0 0.4
HSL 195º 0.02% 0.59% -
HSV(B) 195º 0.03% 0.6% -
XYZ 29.37 31.15 34.6 -
YUV 151.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 149 152 153 0.03 0.01 0 0.4 195 0.02 0.59
Hex 95 98 99 3 1 0 28 C3 2 3B
Octal 225 230 231 3 1 0 50 303 2 73
Binary 10010101 10011000 10011001 11 1 0 101000 11000011 10 111011

Color Harmonies of #959899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959899

Black with #959899

Text Example


Text Example

White with #959899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959899; }

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

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

background-color css

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

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

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

border-color css

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

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

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