#658891

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

Shades of Gothic #658891

Tints of Gothic #658891

Color information

#658891 (or 0x658891) is unknown color: approx Gothic. HEX triplet: 65, 88 and 91. RGB value is (101,136,145). Sum of RGB (Red+Green+Blue) = 101+136+145=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #658891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658891 is #9A776E. Grayscale: #7E7E7E. Windows color (decimal): -10123119 or 9537637. OLE color: 9537637.

HSL color Cylindrical-coordinate representation of color #658891: hue angle of 192.27º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658891 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB101136145-
CMYK0.300.0600.43
HSL192.27º17.89%48.24%-
HSV(B)192.27º30.34%56.86%-
XYZ19.2822.4230.1-
YUV126.56138.4109.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=26.44%
G=35.60%
B=37.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011361450.300.0600.43192.2717.8948.24
Hex6588911E602Bc01230
Octal1452102213660533002260
Binary110010110001000100100011111011001010111100000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658891; }

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

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

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

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

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

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

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

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