Html Css Color HEX #959A9B Submarine

📋 copy color: '#959A9B'

red 149 ◦ green 154 ◦ blue 155

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

Shades of Submarine #959A9B

Tints of Submarine #959A9B

RGB

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

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

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

R = 32.53%
G = 33.62%
B = 33.84%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#959A9B (or 0x959A9B) is known color: Submarine. HEX triplet: 95, 9A and 9B. RGB value is (149,154,155). Sum of RGB (Red+Green+Blue) = 149+154+155=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 155 - color contains mainly: blue. Hex color #959A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A9B is #6A6564. Grayscale: #989898. Windows color (decimal): -6972773 or 10197653. OLE color: 10197653.

HSL color Cylindrical-coordinate representation of color #959A9B: hue angle of 190º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959A9B is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 154 155 -
CMYK 0.04 0.01 0 0.39
HSL 190º 0.03% 0.6% -
HSV(B) 190º 0.04% 0.61% -
XYZ 29.87 31.87 35.59 -
YUV 152.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 149 154 155 0.04 0.01 0 0.39 190 0.03 0.6
Hex 95 9A 9B 4 1 0 27 BE 3 3C
Octal 225 232 233 4 1 0 47 276 3 74
Binary 10010101 10011010 10011011 100 1 0 100111 10111110 11 111100

Color Harmonies of #959A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A9B

Black with #959A9B

Text Example


Text Example

White with #959A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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