#65898E

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

Shades of Gothic #65898E

Tints of Gothic #65898E

Color information

#65898E (or 0x65898E) is unknown color: approx Gothic. HEX triplet: 65, 89 and 8E. RGB value is (101,137,142). Sum of RGB (Red+Green+Blue) = 101+137+142=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #65898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65898E is #9A7671. Grayscale: #7E7E7E. Windows color (decimal): -10122866 or 9341285. OLE color: 9341285.

HSL color Cylindrical-coordinate representation of color #65898E: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65898E is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101137142-
CMYK0.290.0400.44
HSL187.32º16.87%47.65%-
HSV(B)187.32º28.87%55.69%-
XYZ19.1922.6128.94-
YUV126.81136.57109.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=26.58%
G=36.05%
B=37.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011371420.290.0400.44187.3216.8747.65
Hex65898E1D402Cbb1130
Octal1452112163540542732160
Binary110010110001001100011101110110001011001011101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65898E; }

 p { color: rgb(101,137,142); }

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

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

 a { background-color: rgb(101,137,142); }

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

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

 span { border-color: rgb(101,137,142); }

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