#95A5BF

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

Shades of Rock Blue #95A5BF

Tints of Rock Blue #95A5BF

Color information

#95A5BF (or 0x95A5BF) is unknown color: approx Rock Blue. HEX triplet: 95, A5 and BF. RGB value is (149,165,191). Sum of RGB (Red+Green+Blue) = 149+165+191=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #95A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A5BF is #6A5A40. Grayscale: #A3A3A3. Windows color (decimal): -6969921 or 12559765. OLE color: 12559765.

HSL color Cylindrical-coordinate representation of color #95A5BF: hue angle of 217.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A5BF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149165191-
CMYK0.220.1400.25
HSL217.14º24.71%66.67%-
HSV(B)217.14º21.99%74.9%-
XYZ35.2537.0654.59-
YUV163.18143.7117.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 191 (75% from 255) = 37.82%
R=29.50%
G=32.67%
B=37.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491651910.220.1400.25217.1424.7166.67
Hex95A5BF16E019d91943
Octal225245277261603133131103
Binary10010101101001011011111110110111001100111011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A5BF; }

 p { color: rgb(149,165,191); }

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

<style>
 a { background-color: #95A5BF; }

 a { background-color: rgb(149,165,191); }

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

<style>
 span { border-color: #95A5BF; }

 span { border-color: rgb(149,165,191); }

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