#658890

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

Shades of Gothic #658890

Tints of Gothic #658890

Color information

#658890 (or 0x658890) is unknown color: approx Gothic. HEX triplet: 65, 88 and 90. RGB value is (101,136,144). Sum of RGB (Red+Green+Blue) = 101+136+144=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #658890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658890 is #9A776F. Grayscale: #7E7E7E. Windows color (decimal): -10123120 or 9472101. OLE color: 9472101.

HSL color Cylindrical-coordinate representation of color #658890: hue angle of 191.16º 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 #658890 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101136144-
CMYK0.300.0600.44
HSL191.16º17.55%48.04%-
HSV(B)191.16º29.86%56.47%-
XYZ19.2122.3929.69-
YUV126.45137.9109.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=26.51%
G=35.70%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011361440.300.0600.44191.1617.5548.04
Hex6588901E602Cbf1230
Octal1452102203660542772260
Binary110010110001000100100001111011001011001011111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658890; }

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

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

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

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

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

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

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

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