#5C7B90

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

Shades of Lynch #5C7B90

Tints of Lynch #5C7B90

Color information

#5C7B90 (or 0x5C7B90) is unknown color: approx Lynch. HEX triplet: 5C, 7B and 90. RGB value is (92,123,144). Sum of RGB (Red+Green+Blue) = 92+123+144=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C7B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7B90 is #A3846F. Grayscale: #747474. Windows color (decimal): -10716272 or 9468764. OLE color: 9468764.

HSL color Cylindrical-coordinate representation of color #5C7B90: hue angle of 204.23º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C7B90 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB92123144-
CMYK0.360.1500.44
HSL204.23º22.03%46.27%-
HSV(B)204.23º36.11%56.47%-
XYZ16.5318.4529.08-
YUV116.12143.73110.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.63%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=25.63%
G=34.26%
B=40.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921231440.360.1500.44204.2322.0346.27
Hex5C7B9024F02Ccc162e
Octal13417322044170543142656
Binary1011100111101110010000100100111101011001100110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,123,144); }

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

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

 a { background-color: rgb(92,123,144); }

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

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

 span { border-color: rgb(92,123,144); }

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