#959DAC

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

Shades of Rock Blue #959DAC

Tints of Rock Blue #959DAC

Color information

#959DAC (or 0x959DAC) is unknown color: approx Rock Blue. HEX triplet: 95, 9D and AC. RGB value is (149,157,172). Sum of RGB (Red+Green+Blue) = 149+157+172=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #959DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DAC is #6A6253. Grayscale: #9C9C9C. Windows color (decimal): -6971988 or 11312533. OLE color: 11312533.

HSL color Cylindrical-coordinate representation of color #959DAC: hue angle of 219.13º 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 #959DAC is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149157172-
CMYK0.130.0900.33
HSL219.13º12.17%62.94%-
HSV(B)219.13º13.37%67.45%-
XYZ31.933.4843.81-
YUV156.32136.85122.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 157 (61.72% from 255) = 32.85%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=31.17%
G=32.85%
B=35.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491571720.130.0900.33219.1312.1762.94
Hex959DACD9021dbc3f
Octal22523525415110413331477
Binary100101011001110110101100110110010100001110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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