#959EAC

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

Shades of Rock Blue #959EAC

Tints of Rock Blue #959EAC

Color information

#959EAC (or 0x959EAC) is unknown color: approx Rock Blue. HEX triplet: 95, 9E and AC. RGB value is (149,158,172). Sum of RGB (Red+Green+Blue) = 149+158+172=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #959EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EAC is #6A6153. Grayscale: #9C9C9C. Windows color (decimal): -6971732 or 11312789. OLE color: 11312789.

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

Color convert

RGB149158172-
CMYK0.130.0800.33
HSL216.52º12.17%62.94%-
HSV(B)216.52º13.37%67.45%-
XYZ32.0733.8243.87-
YUV156.9136.52122.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=31.11%
G=32.99%
B=35.91%

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
Decimal1491581720.130.0800.33216.5212.1762.94
Hex959EACD8021d9c3f
Octal22523625415100413311477
Binary100101011001111010101100110110000100001110110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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