#959DAB

Color #959DAB Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #959DAB

Tints of Rock Blue #959DAB

Color information

#959DAB (or 0x959DAB) is unknown color: approx Rock Blue. HEX triplet: 95, 9D and AB. RGB value is (149,157,171). Sum of RGB (Red+Green+Blue) = 149+157+171=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #959DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DAB is #6A6254. Grayscale: #9C9C9C. Windows color (decimal): -6971989 or 11246997. OLE color: 11246997.

HSL color Cylindrical-coordinate representation of color #959DAB: hue angle of 218.18º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959DAB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149157171-
CMYK0.130.0800.33
HSL218.18º11.58%62.75%-
HSV(B)218.18º12.87%67.06%-
XYZ31.833.4443.31-
YUV156.2136.35122.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=31.24%
G=32.91%
B=35.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491571710.130.0800.33218.1811.5862.75
Hex959DABD8021dac3f
Octal22523525315100413321477
Binary100101011001110110101011110110000100001110110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,157,171); }

 H1.HeaderClassName
 {
   color: #959DAB;
 }
 .AnyTagClassName
 {
   color: #959DAB;
 }
</style>
background-color css

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

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

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

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

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

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