#5F878E

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

Shades of Gothic #5F878E

Tints of Gothic #5F878E

Color information

#5F878E (or 0x5F878E) is unknown color: approx Gothic. HEX triplet: 5F, 87 and 8E. RGB value is (95,135,142). Sum of RGB (Red+Green+Blue) = 95+135+142=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F878E is #A07871. Grayscale: #7B7B7B. Windows color (decimal): -10516594 or 9340767. OLE color: 9340767.

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

Color convert

RGB95135142-
CMYK0.330.0500.44
HSL188.94º19.83%46.47%-
HSV(B)188.94º33.1%55.69%-
XYZ18.2721.7128.82-
YUV123.84138.25107.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=25.54%
G=36.29%
B=38.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951351420.330.0500.44188.9419.8346.47
Hex5F878E21502Cbd142e
Octal1372072164150542752456
Binary1011111100001111000111010000110101011001011110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,135,142); }

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

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

 a { background-color: rgb(95,135,142); }

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

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

 span { border-color: rgb(95,135,142); }

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