#959DAE

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

Shades of Rock Blue #959DAE

Tints of Rock Blue #959DAE

Color information

#959DAE (or 0x959DAE) is unknown color: approx Rock Blue. HEX triplet: 95, 9D and AE. RGB value is (149,157,174). Sum of RGB (Red+Green+Blue) = 149+157+174=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #959DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DAE is #6A6251. Grayscale: #9C9C9C. Windows color (decimal): -6971986 or 11443605. OLE color: 11443605.

HSL color Cylindrical-coordinate representation of color #959DAE: hue angle of 220.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959DAE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149157174-
CMYK0.140.1000.32
HSL220.8º13.37%63.33%-
HSV(B)220.8º14.37%68.24%-
XYZ32.0933.5644.83-
YUV156.55137.85122.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=31.04%
G=32.71%
B=36.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491571740.140.1000.32220.813.3763.33
Hex959DAEEA020ddd3f
Octal22523525616120403351577
Binary100101011001110110101110111010100100000110111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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