#659095

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

Shades of Gothic #659095

Tints of Gothic #659095

Color information

#659095 (or 0x659095) is unknown color: approx Gothic. HEX triplet: 65, 90 and 95. RGB value is (101,144,149). Sum of RGB (Red+Green+Blue) = 101+144+149=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #659095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659095 is #9A6F6A. Grayscale: #838383. Windows color (decimal): -10121067 or 9801829. OLE color: 9801829.

HSL color Cylindrical-coordinate representation of color #659095: hue angle of 186.25º 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 #659095 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101144149-
CMYK0.320.0300.42
HSL186.25º19.2%49.02%-
HSV(B)186.25º32.21%58.43%-
XYZ20.7624.8832.14-
YUV131.71137.75106.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=25.63%
G=36.55%
B=37.82%

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
Decimal1011441490.320.0300.42186.2519.249.02
Hex65909520302Aba1331
Octal1452202254030522722361
Binary110010110010000100101011000001101010101011101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659095; }

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

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

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

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

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

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

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

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