Html Css Color HEX #5A8984 Lochinvar

📋 copy color: '#5A8984'

red 90 ◦ green 137 ◦ blue 132

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

Shades of Lochinvar #5A8984

Tints of Lochinvar #5A8984

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

 BLUE value IS 132 (51.95% from 255) = 36.77%

R = 25.07%
G = 38.16%
B = 36.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#5A8984 (or 0x5A8984) is known color: Lochinvar. HEX triplet: 5A, 89 and 84. RGB value is (90,137,132). Sum of RGB (Red+Green+Blue) = 90+137+132=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8984 is #A5767B. Grayscale: #7A7A7A. Windows color (decimal): -10843772 or 8685914. OLE color: 8685914.

HSL color Cylindrical-coordinate representation of color #5A8984: hue angle of 173.62º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8984 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 137 132 -
CMYK 0.34 0 0.04 0.46
HSL 173.62º 0.21% 0.45% -
HSV(B) 173.62º 0.34% 0.54% -
XYZ 17.33 21.73 25.11 -
YUV 122.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 90 137 132 0.34 0 0.04 0.46 173.62 0.21 0.45
Hex 5A 89 84 22 0 4 2E AE 15 2D
Octal 132 211 204 42 0 4 56 256 25 55
Binary 1011010 10001001 10000100 100010 0 100 101110 10101110 10101 101101

Color Harmonies of #5A8984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8984

Black with #5A8984

Text Example


Text Example

White with #5A8984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,137,132); }

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

background-color css

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

 a { background-color: rgb(90,137,132); }

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

border-color css

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

 span { border-color: rgb(90,137,132); }

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