#5F7A94

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

Shades of Lynch #5F7A94

Tints of Lynch #5F7A94

Color information

#5F7A94 (or 0x5F7A94) is unknown color: approx Lynch. HEX triplet: 5F, 7A and 94. RGB value is (95,122,148). Sum of RGB (Red+Green+Blue) = 95+122+148=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 122 (48.05% from 255 or 33.42% 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 #5F7A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7A94 is #A0856B. Grayscale: #747474. Windows color (decimal): -10519916 or 9730655. OLE color: 9730655.

HSL color Cylindrical-coordinate representation of color #5F7A94: hue angle of 209.43º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F7A94 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB95122148-
CMYK0.360.1800.42
HSL209.43º21.81%47.65%-
HSV(B)209.43º35.81%58.04%-
XYZ17.0218.4930.69-
YUV116.89145.55112.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=26.03%
G=33.42%
B=40.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951221480.360.1800.42209.4321.8147.65
Hex5F7A94241202Ad11630
Octal13717222444220523212660
Binary10111111111010100101001001001001001010101101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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