#95A5A0

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

Shades of Cascade #95A5A0

Tints of Cascade #95A5A0

Color information

#95A5A0 (or 0x95A5A0) is unknown color: approx Cascade. HEX triplet: 95, A5 and A0. RGB value is (149,165,160). Sum of RGB (Red+Green+Blue) = 149+165+160=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 165 - color contains mainly: green. Hex color #95A5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A5A0 is #6A5A5F. Grayscale: #9F9F9F. Windows color (decimal): -6969952 or 10528149. OLE color: 10528149.

HSL color Cylindrical-coordinate representation of color #95A5A0: hue angle of 161.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A5A0 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB149165160-
CMYK0.1000.030.35
HSL161.25º8.16%61.57%-
HSV(B)161.25º9.7%64.71%-
XYZ32.1935.8438.48-
YUV159.65128.2120.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=31.43%
G=34.81%
B=33.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491651600.1000.030.35161.258.1661.57
Hex95A5A0A0323a183e
Octal2252452401203432411076
Binary1001010110100101101000001010011100011101000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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