#659298

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

Shades of Gothic #659298

Tints of Gothic #659298

Color information

#659298 (or 0x659298) is unknown color: approx Gothic. HEX triplet: 65, 92 and 98. RGB value is (101,146,152). Sum of RGB (Red+Green+Blue) = 101+146+152=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #659298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659298 is #9A6D67. Grayscale: #858585. Windows color (decimal): -10120552 or 9998949. OLE color: 9998949.

HSL color Cylindrical-coordinate representation of color #659298: hue angle of 187.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659298 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101146152-
CMYK0.340.0400.40
HSL187.06º20.16%49.61%-
HSV(B)187.06º33.55%59.61%-
XYZ21.3125.5933.52-
YUV133.23138.59105.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=25.31%
G=36.59%
B=38.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011461520.340.0400.40187.0620.1649.61
Hex659298224028bb1432
Octal1452222304240502732462
Binary1100101100100101001100010001010001010001011101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659298; }

 p { color: rgb(101,146,152); }

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

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

 a { background-color: rgb(101,146,152); }

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

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

 span { border-color: rgb(101,146,152); }

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