Html Css Color HEX #5B7990 Lynch

📋 copy color: '#5B7990'

red 91 ◦ green 121 ◦ blue 144

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

Shades of Lynch #5B7990

Tints of Lynch #5B7990

RGB

 RED value IS 91 (35.94% from 255) = 25.56%

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 25.56%
G = 33.99%
B = 40.45%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B7990 (or 0x5B7990) is known color: Lynch. HEX triplet: 5B, 79 and 90. RGB value is (91,121,144). Sum of RGB (Red+Green+Blue) = 91+121+144=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B7990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7990 is #A4866F. Grayscale: #727272. Windows color (decimal): -10782320 or 9468251. OLE color: 9468251.

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

Color convert

RGB 91 121 144 -
CMYK 0.37 0.16 0 0.44
HSL 206.04º 0.23% 0.46% -
HSV(B) 206.04º 0.37% 0.56% -
XYZ 16.19 17.91 28.99 -
YUV 114.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 91 121 144 0.37 0.16 0 0.44 206.04 0.23 0.46
Hex 5B 79 90 25 10 0 2C CE 17 2E
Octal 133 171 220 45 20 0 54 316 27 56
Binary 1011011 1111001 10010000 100101 10000 0 101100 11001110 10111 101110

Color Harmonies of #5B7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7990

Black with #5B7990

Text Example


Text Example

White with #5B7990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,121,144); }

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

background-color css

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

 a { background-color: rgb(91,121,144); }

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

border-color css

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

 span { border-color: rgb(91,121,144); }

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