#5D7C94

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

Shades of Lynch #5D7C94

Tints of Lynch #5D7C94

Color information

#5D7C94 (or 0x5D7C94) is unknown color: approx Lynch. HEX triplet: 5D, 7C and 94. RGB value is (93,124,148). Sum of RGB (Red+Green+Blue) = 93+124+148=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D7C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7C94 is #A2836B. Grayscale: #757575. Windows color (decimal): -10650476 or 9731165. OLE color: 9731165.

HSL color Cylindrical-coordinate representation of color #5D7C94: hue angle of 206.18º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D7C94 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB93124148-
CMYK0.370.1600.42
HSL206.18º22.82%47.25%-
HSV(B)206.18º37.16%58.04%-
XYZ17.0718.8830.76-
YUV117.47145.23110.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=25.48%
G=33.97%
B=40.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931241480.370.1600.42206.1822.8247.25
Hex5D7C94251002Ace172f
Octal13517422445200523162757
Binary10111011111100100101001001011000001010101100111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,124,148); }

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

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

 a { background-color: rgb(93,124,148); }

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

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

 span { border-color: rgb(93,124,148); }

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