Html Css Color HEX #5A7D95 Lynch

📋 copy color: '#5A7D95'

red 90 ◦ green 125 ◦ blue 149

#5A7D95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #5A7D95

Tints of Lynch #5A7D95

RGB

 RED value IS 90 (35.55% from 255) = 24.73%

 GREEN value IS 125 (49.22% from 255) = 34.34%

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 24.73%
G = 34.34%
B = 40.93%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A7D95 (or 0x5A7D95) is known color: Lynch. HEX triplet: 5A, 7D and 95. RGB value is (90,125,149). Sum of RGB (Red+Green+Blue) = 90+125+149=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A7D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7D95 is #A5826A. Grayscale: #757575. Windows color (decimal): -10846827 or 9796954. OLE color: 9796954.

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

Color convert

RGB 90 125 149 -
CMYK 0.40 0.16 0 0.42
HSL 204.41º 0.25% 0.47% -
HSV(B) 204.41º 0.4% 0.58% -
XYZ 16.97 19.01 31.21 -
YUV 117.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 90 125 149 0.40 0.16 0 0.42 204.41 0.25 0.47
Hex 5A 7D 95 28 10 0 2A CC 19 2F
Octal 132 175 225 50 20 0 52 314 31 57
Binary 1011010 1111101 10010101 101000 10000 0 101010 11001100 11001 101111

Color Harmonies of #5A7D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7D95

Black with #5A7D95

Text Example


Text Example

White with #5A7D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,125,149); }

 H1.HeaderClassName
 {
   color: #5A7D95;
 }
 .AnyTagClassName
 {
   color: #5A7D95;
 }
</style>

background-color css

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

 a { background-color: rgb(90,125,149); }

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

border-color css

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

 span { border-color: rgb(90,125,149); }

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