Html Css Color HEX #5B7B96 Lynch

📋 copy color: '#5B7B96'

red 91 ◦ green 123 ◦ blue 150

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

Shades of Lynch #5B7B96

Tints of Lynch #5B7B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 25%
G = 33.79%
B = 41.21%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B7B96 (or 0x5B7B96) is known color: Lynch. HEX triplet: 5B, 7B and 96. RGB value is (91,123,150). Sum of RGB (Red+Green+Blue) = 91+123+150=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B7B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7B96 is #A48469. Grayscale: #747474. Windows color (decimal): -10781802 or 9861979. OLE color: 9861979.

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

Color convert

RGB 91 123 150 -
CMYK 0.39 0.18 0 0.41
HSL 207.46º 0.24% 0.47% -
HSV(B) 207.46º 0.39% 0.59% -
XYZ 16.9 18.59 31.55 -
YUV 116.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 91 123 150 0.39 0.18 0 0.41 207.46 0.24 0.47
Hex 5B 7B 96 27 12 0 29 CF 18 2F
Octal 133 173 226 47 22 0 51 317 30 57
Binary 1011011 1111011 10010110 100111 10010 0 101001 11001111 11000 101111

Color Harmonies of #5B7B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7B96

Black with #5B7B96

Text Example


Text Example

White with #5B7B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,123,150); }

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

background-color css

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

 a { background-color: rgb(91,123,150); }

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

border-color css

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

 span { border-color: rgb(91,123,150); }

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