#5A7C97

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

Shades of Lynch #5A7C97

Tints of Lynch #5A7C97

Color information

#5A7C97 (or 0x5A7C97) is unknown color: approx Lynch. HEX triplet: 5A, 7C and 97. RGB value is (90,124,151). Sum of RGB (Red+Green+Blue) = 90+124+151=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A7C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7C97 is #A58368. Grayscale: #747474. Windows color (decimal): -10847081 or 9927770. OLE color: 9927770.

HSL color Cylindrical-coordinate representation of color #5A7C97: hue angle of 206.56º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A7C97 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB90124151-
CMYK0.400.1800.41
HSL206.56º25.31%47.25%-
HSV(B)206.56º40.4%59.22%-
XYZ17.0118.8232.01-
YUV116.91147.24108.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=24.66%
G=33.97%
B=41.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901241510.400.1800.41206.5625.3147.25
Hex5A7C972812029cf192f
Octal13217422750220513173157
Binary10110101111100100101111010001001001010011100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,151); }

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

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

 a { background-color: rgb(90,124,151); }

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

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

 span { border-color: rgb(90,124,151); }

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