#659194

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

Shades of Gothic #659194

Tints of Gothic #659194

Color information

#659194 (or 0x659194) is unknown color: approx Gothic. HEX triplet: 65, 91 and 94. RGB value is (101,145,148). Sum of RGB (Red+Green+Blue) = 101+145+148=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #659194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659194 is #9A6E6B. Grayscale: #848484. Windows color (decimal): -10120812 or 9736549. OLE color: 9736549.

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

Color convert

RGB101145148-
CMYK0.320.0200.42
HSL183.83º18.88%48.82%-
HSV(B)183.83º31.76%58.04%-
XYZ20.8425.1631.77-
YUV132.19136.92105.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=25.63%
G=36.80%
B=37.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011451480.320.0200.42183.8318.8848.82
Hex65919420202Ab81331
Octal1452212244020522702361
Binary110010110010001100101001000001001010101011100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659194; }

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

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

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

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

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

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

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

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