Html Css Color HEX #959B9C Submarine

📋 copy color: '#959B9C'

red 149 ◦ green 155 ◦ blue 156

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

Shades of Submarine #959B9C

Tints of Submarine #959B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 32.39%
G = 33.7%
B = 33.91%

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

#959B9C (or 0x959B9C) is known color: Submarine. HEX triplet: 95, 9B and 9C. RGB value is (149,155,156). Sum of RGB (Red+Green+Blue) = 149+155+156=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 156 - color contains mainly: blue. Hex color #959B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B9C is #6A6463. Grayscale: #999999. Windows color (decimal): -6972516 or 10263445. OLE color: 10263445.

HSL color Cylindrical-coordinate representation of color #959B9C: hue angle of 188.57º 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 #959B9C is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 156 -
CMYK 0.04 0.01 0 0.39
HSL 188.57º 0.03% 0.6% -
HSV(B) 188.57º 0.04% 0.61% -
XYZ 30.12 32.23 36.09 -
YUV 153.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 149 155 156 0.04 0.01 0 0.39 188.57 0.03 0.6
Hex 95 9B 9C 4 1 0 27 BD 3 3C
Octal 225 233 234 4 1 0 47 275 3 74
Binary 10010101 10011011 10011100 100 1 0 100111 10111101 11 111100

Color Harmonies of #959B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B9C

Black with #959B9C

Text Example


Text Example

White with #959B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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