#659195

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

Shades of Gothic #659195

Tints of Gothic #659195

Color information

#659195 (or 0x659195) is unknown color: approx Gothic. HEX triplet: 65, 91 and 95. RGB value is (101,145,149). Sum of RGB (Red+Green+Blue) = 101+145+149=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #659195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659195 is #9A6E6A. Grayscale: #848484. Windows color (decimal): -10120811 or 9802085. OLE color: 9802085.

HSL color Cylindrical-coordinate representation of color #659195: hue angle of 185º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659195 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101145149-
CMYK0.320.0300.42
HSL185º19.2%49.02%-
HSV(B)185º32.21%58.43%-
XYZ20.9225.1932.19-
YUV132.3137.42105.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=25.57%
G=36.71%
B=37.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011451490.320.0300.4218519.249.02
Hex65919520302Ab91331
Octal1452212254030522712361
Binary110010110010001100101011000001101010101011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659195; }

 p { color: rgb(101,145,149); }

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

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

 a { background-color: rgb(101,145,149); }

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

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

 span { border-color: rgb(101,145,149); }

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