#9597AF

Color #9597AF Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #9597AF

Tints of Logan #9597AF

Color information

#9597AF (or 0x9597AF) is unknown color: approx Logan. HEX triplet: 95, 97 and AF. RGB value is (149,151,175). Sum of RGB (Red+Green+Blue) = 149+151+175=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #9597AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9597AF is #6A6850. Grayscale: #999999. Windows color (decimal): -6973521 or 11507605. OLE color: 11507605.

HSL color Cylindrical-coordinate representation of color #9597AF: hue angle of 235.38º 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 #9597AF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149151175-
CMYK0.150.1400.31
HSL235.38º13.98%63.53%-
HSV(B)235.38º14.86%68.63%-
XYZ31.231.6245.02-
YUV153.14140.34125.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=31.37%
G=31.79%
B=36.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491511750.150.1400.31235.3813.9863.53
Hex9597AFFE01Febe40
Octal225227257171603735316100
Binary100101011001011110101111111111100111111110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9597AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9597AF; }

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

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

<style>
 a { background-color: #9597AF; }

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

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

<style>
 span { border-color: #9597AF; }

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

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