Html Css Color HEX #5F878E Gothic

📋 copy color: '#5F878E'

red 95 ◦ green 135 ◦ blue 142

#5F878E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #5F878E

Tints of Gothic #5F878E

RGB

 RED value IS 95 (37.5% from 255) = 25.54%

 GREEN value IS 135 (53.13% 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 value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5F878E (or 0x5F878E) is known color: 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

RGB 95 135 142 -
CMYK 0.33 0.05 0 0.44
HSL 188.94º 0.2% 0.46% -
HSV(B) 188.94º 0.33% 0.56% -
XYZ 18.27 21.71 28.82 -
YUV 123.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 95 135 142 0.33 0.05 0 0.44 188.94 0.2 0.46
Hex 5F 87 8E 21 5 0 2C BD 14 2E
Octal 137 207 216 41 5 0 54 275 24 56
Binary 1011111 10000111 10001110 100001 101 0 101100 10111101 10100 101110

Color Harmonies of #5F878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F878E

Black with #5F878E

Text Example


Text Example

White with #5F878E

Text Example


Text Example

HTML Codes & Css Web 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>