Html Css Color HEX #5F788D Lynch

📋 copy color: '#5F788D'

red 95 ◦ green 120 ◦ blue 141

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

Shades of Lynch #5F788D

Tints of Lynch #5F788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 26.69%
G = 33.71%
B = 39.61%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F788D (or 0x5F788D) is known color: Lynch. HEX triplet: 5F, 78 and 8D. RGB value is (95,120,141). Sum of RGB (Red+Green+Blue) = 95+120+141=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F788D is #A08772. Grayscale: #727272. Windows color (decimal): -10520435 or 9271391. OLE color: 9271391.

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

Color convert

RGB 95 120 141 -
CMYK 0.33 0.15 0 0.45
HSL 207.39º 0.19% 0.46% -
HSV(B) 207.39º 0.33% 0.55% -
XYZ 16.24 17.79 27.78 -
YUV 114.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 95 120 141 0.33 0.15 0 0.45 207.39 0.19 0.46
Hex 5F 78 8D 21 F 0 2D CF 13 2E
Octal 137 170 215 41 17 0 55 317 23 56
Binary 1011111 1111000 10001101 100001 1111 0 101101 11001111 10011 101110

Color Harmonies of #5F788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F788D

Black with #5F788D

Text Example


Text Example

White with #5F788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F788D;
 }
 .AnyTagClassName
 {
   color: #5F788D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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