Html Css Color HEX #558A7E Lochinvar

📋 copy color: '#558A7E'

red 85 ◦ green 138 ◦ blue 126

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

Shades of Lochinvar #558A7E

Tints of Lochinvar #558A7E

RGB

 RED value IS 85 (33.59% from 255) = 24.36%

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 24.36%
G = 39.54%
B = 36.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#558A7E (or 0x558A7E) is known color: Lochinvar. HEX triplet: 55, 8A and 7E. RGB value is (85,138,126). Sum of RGB (Red+Green+Blue) = 85+138+126=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #558A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A7E is #AA7581. Grayscale: #787878. Windows color (decimal): -11171202 or 8292949. OLE color: 8292949.

HSL color Cylindrical-coordinate representation of color #558A7E: hue angle of 166.42º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A7E is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 138 126 -
CMYK 0.38 0 0.09 0.46
HSL 166.42º 0.24% 0.44% -
HSV(B) 166.42º 0.38% 0.54% -
XYZ 16.6 21.61 23.04 -
YUV 120.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 85 138 126 0.38 0 0.09 0.46 166.42 0.24 0.44
Hex 55 8A 7E 26 0 9 2E A6 18 2C
Octal 125 212 176 46 0 11 56 246 30 54
Binary 1010101 10001010 1111110 100110 0 1001 101110 10100110 11000 101100

Color Harmonies of #558A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558A7E

Black with #558A7E

Text Example


Text Example

White with #558A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558A7E; }

 p { color: rgb(85,138,126); }

 H1.HeaderClassName
 {
   color: #558A7E;
 }
 .AnyTagClassName
 {
   color: #558A7E;
 }
</style>

background-color css

<style>
 a { background-color: #558A7E; }

 a { background-color: rgb(85,138,126); }

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

border-color css

<style>
 span { border-color: #558A7E; }

 span { border-color: rgb(85,138,126); }

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