#5E868C

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

Shades of Gothic #5E868C

Tints of Gothic #5E868C

Color information

#5E868C (or 0x5E868C) is unknown color: approx Gothic. HEX triplet: 5E, 86 and 8C. RGB value is (94,134,140). Sum of RGB (Red+Green+Blue) = 94+134+140=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E868C is #A17973. Grayscale: #7A7A7A. Windows color (decimal): -10582388 or 9209438. OLE color: 9209438.

HSL color Cylindrical-coordinate representation of color #5E868C: hue angle of 187.83º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E868C is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB94134140-
CMYK0.330.0400.45
HSL187.83º19.66%45.88%-
HSV(B)187.83º32.86%54.9%-
XYZ17.8721.3227.98-
YUV122.72137.75107.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.54%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=25.54%
G=36.41%
B=38.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal941341400.330.0400.45187.8319.6645.88
Hex5E868C21402Dbc142e
Octal1362062144140552742456
Binary1011110100001101000110010000110001011011011110010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E868C; }

 p { color: rgb(94,134,140); }

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

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

 a { background-color: rgb(94,134,140); }

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

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

 span { border-color: rgb(94,134,140); }

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