#5F868D

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

Shades of Gothic #5F868D

Tints of Gothic #5F868D

Color information

#5F868D (or 0x5F868D) is unknown color: approx Gothic. HEX triplet: 5F, 86 and 8D. RGB value is (95,134,141). Sum of RGB (Red+Green+Blue) = 95+134+141=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F868D is #A07972. Grayscale: #7B7B7B. Windows color (decimal): -10516851 or 9274975. OLE color: 9274975.

HSL color Cylindrical-coordinate representation of color #5F868D: hue angle of 189.13º degrees, saturation: 0.19, 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 #5F868D is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB95134141-
CMYK0.330.0500.45
HSL189.13º19.49%46.27%-
HSV(B)189.13º32.62%55.29%-
XYZ18.0521.4128.38-
YUV123.14138.08107.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=25.68%
G=36.22%
B=38.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951341410.330.0500.45189.1319.4946.27
Hex5F868D21502Dbd132e
Octal1372062154150552752356
Binary1011111100001101000110110000110101011011011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,141); }

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

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

 a { background-color: rgb(95,134,141); }

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

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

 span { border-color: rgb(95,134,141); }

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