Html Css Color HEX #5F7788 Lynch

📋 copy color: '#5F7788'

red 95 ◦ green 119 ◦ blue 136

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

Shades of Lynch #5F7788

Tints of Lynch #5F7788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 27.14%
G = 34%
B = 38.86%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5F7788 (or 0x5F7788) is known color: Lynch. HEX triplet: 5F, 77 and 88. RGB value is (95,119,136). Sum of RGB (Red+Green+Blue) = 95+119+136=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F7788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7788 is #A08877. Grayscale: #717171. Windows color (decimal): -10520696 or 8943455. OLE color: 8943455.

HSL color Cylindrical-coordinate representation of color #5F7788: hue angle of 204.88º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F7788 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 119 136 -
CMYK 0.30 0.12 0 0.47
HSL 204.88º 0.18% 0.45% -
HSV(B) 204.88º 0.3% 0.53% -
XYZ 15.76 17.4 25.82 -
YUV 113.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 95 119 136 0.30 0.12 0 0.47 204.88 0.18 0.45
Hex 5F 77 88 1E C 0 2F CD 12 2D
Octal 137 167 210 36 14 0 57 315 22 55
Binary 1011111 1110111 10001000 11110 1100 0 101111 11001101 10010 101101

Color Harmonies of #5F7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7788

Black with #5F7788

Text Example


Text Example

White with #5F7788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,119,136); }

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

background-color css

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

 a { background-color: rgb(95,119,136); }

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

border-color css

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

 span { border-color: rgb(95,119,136); }

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