#959BAF

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

Shades of Rock Blue #959BAF

Tints of Rock Blue #959BAF

Color information

#959BAF (or 0x959BAF) is unknown color: approx Rock Blue. HEX triplet: 95, 9B and AF. RGB value is (149,155,175). Sum of RGB (Red+Green+Blue) = 149+155+175=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #959BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BAF is #6A6450. Grayscale: #9B9B9B. Windows color (decimal): -6972497 or 11508629. OLE color: 11508629.

HSL color Cylindrical-coordinate representation of color #959BAF: hue angle of 226.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959BAF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149155175-
CMYK0.150.1100.31
HSL226.15º13.98%63.53%-
HSV(B)226.15º14.86%68.63%-
XYZ31.8532.9345.23-
YUV155.49139.01123.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=31.11%
G=32.36%
B=36.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491551750.150.1100.31226.1513.9863.53
Hex959BAFFB01Fe2e40
Octal225233257171303734216100
Binary100101011001101110101111111110110111111110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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