Html Css Color HEX #959A9A Submarine

📋 copy color: '#959A9A'

red 149 ◦ green 154 ◦ blue 154

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

Shades of Submarine #959A9A

Tints of Submarine #959A9A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 32.6%
G = 33.7%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#959A9A (or 0x959A9A) is known color: Submarine. HEX triplet: 95, 9A and 9A. RGB value is (149,154,154). Sum of RGB (Red+Green+Blue) = 149+154+154=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #959A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A9A is #6A6565. Grayscale: #989898. Windows color (decimal): -6972774 or 10132117. OLE color: 10132117.

HSL color Cylindrical-coordinate representation of color #959A9A: hue angle of 180º 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 #959A9A is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 154 -
CMYK 0.03 0 0 0.40
HSL 180º 0.02% 0.59% -
HSV(B) 180º 0.03% 0.6% -
XYZ 29.78 31.83 35.15 -
YUV 152.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 149 154 154 0.03 0 0 0.40 180 0.02 0.59
Hex 95 9A 9A 3 0 0 28 B4 2 3B
Octal 225 232 232 3 0 0 50 264 2 73
Binary 10010101 10011010 10011010 11 0 0 101000 10110100 10 111011

Color Harmonies of #959A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A9A

Black with #959A9A

Text Example


Text Example

White with #959A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959A9A; }

 p { color: rgb(149,154,154); }

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

background-color css

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

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

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

border-color css

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

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

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