Html Css Color HEX #5E7588 Lynch

📋 copy color: '#5E7588'

red 94 ◦ green 117 ◦ blue 136

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

Shades of Lynch #5E7588

Tints of Lynch #5E7588

RGB

 RED value IS 94 (37.11% from 255) = 27.09%

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 27.09%
G = 33.72%
B = 39.19%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E7588 (or 0x5E7588) is known color: Lynch. HEX triplet: 5E, 75 and 88. RGB value is (94,117,136). Sum of RGB (Red+Green+Blue) = 94+117+136=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E7588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7588 is #A18A77. Grayscale: #707070. Windows color (decimal): -10586744 or 8942942. OLE color: 8942942.

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

Color convert

RGB 94 117 136 -
CMYK 0.31 0.14 0 0.47
HSL 207.14º 0.18% 0.45% -
HSV(B) 207.14º 0.31% 0.53% -
XYZ 15.42 16.88 25.74 -
YUV 112.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 94 117 136 0.31 0.14 0 0.47 207.14 0.18 0.45
Hex 5E 75 88 1F E 0 2F CF 12 2D
Octal 136 165 210 37 16 0 57 317 22 55
Binary 1011110 1110101 10001000 11111 1110 0 101111 11001111 10010 101101

Color Harmonies of #5E7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7588

Black with #5E7588

Text Example


Text Example

White with #5E7588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,136); }

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

background-color css

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

 a { background-color: rgb(94,117,136); }

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

border-color css

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

 span { border-color: rgb(94,117,136); }

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