#5D7A94

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

Shades of Lynch #5D7A94

Tints of Lynch #5D7A94

Color information

#5D7A94 (or 0x5D7A94) is unknown color: approx Lynch. HEX triplet: 5D, 7A and 94. RGB value is (93,122,148). Sum of RGB (Red+Green+Blue) = 93+122+148=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D7A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7A94 is #A2856B. Grayscale: #747474. Windows color (decimal): -10650988 or 9730653. OLE color: 9730653.

HSL color Cylindrical-coordinate representation of color #5D7A94: hue angle of 208.36º 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 #5D7A94 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB93122148-
CMYK0.370.1800.42
HSL208.36º22.82%47.25%-
HSV(B)208.36º37.16%58.04%-
XYZ16.8218.3830.68-
YUV116.29145.89111.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.62%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=25.62%
G=33.61%
B=40.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931221480.370.1800.42208.3622.8247.25
Hex5D7A94251202Ad0172f
Octal13517222445220523202757
Binary10111011111010100101001001011001001010101101000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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