#658E90

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

Shades of Gothic #658E90

Tints of Gothic #658E90

Color information

#658E90 (or 0x658E90) is unknown color: approx Gothic. HEX triplet: 65, 8E and 90. RGB value is (101,142,144). Sum of RGB (Red+Green+Blue) = 101+142+144=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #658E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658E90 is #9A716F. Grayscale: #818181. Windows color (decimal): -10121584 or 9473637. OLE color: 9473637.

HSL color Cylindrical-coordinate representation of color #658E90: hue angle of 182.79º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658E90 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101142144-
CMYK0.300.0100.44
HSL182.79º17.55%48.04%-
HSV(B)182.79º29.86%56.47%-
XYZ20.0724.1329.98-
YUV129.97135.92107.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=26.10%
G=36.69%
B=37.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011421440.300.0100.44182.7917.5548.04
Hex658E901E102Cb71230
Octal1452162203610542672260
Binary1100101100011101001000011110101011001011011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658E90; }

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

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

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

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

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

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

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

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