#659096

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

Shades of Gothic #659096

Tints of Gothic #659096

Color information

#659096 (or 0x659096) is unknown color: approx Gothic. HEX triplet: 65, 90 and 96. RGB value is (101,144,150). Sum of RGB (Red+Green+Blue) = 101+144+150=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #659096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659096 is #9A6F69. Grayscale: #838383. Windows color (decimal): -10121066 or 9867365. OLE color: 9867365.

HSL color Cylindrical-coordinate representation of color #659096: hue angle of 187.35º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659096 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101144150-
CMYK0.330.0400.41
HSL187.35º19.52%49.22%-
HSV(B)187.35º32.67%58.82%-
XYZ20.8524.9232.56-
YUV131.83138.25106.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=25.57%
G=36.46%
B=37.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011441500.330.0400.41187.3519.5249.22
Hex659096214029bb1431
Octal1452202264140512732461
Binary1100101100100001001011010000110001010011011101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659096; }

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

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

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

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

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

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

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

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