Html Css Color HEX #559A8D Lochinvar

📋 copy color: '#559A8D'

red 85 ◦ green 154 ◦ blue 141

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

Shades of Lochinvar #559A8D

Tints of Lochinvar #559A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 22.37%
G = 40.53%
B = 37.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#559A8D (or 0x559A8D) is known color: Lochinvar. HEX triplet: 55, 9A and 8D. RGB value is (85,154,141). Sum of RGB (Red+Green+Blue) = 85+154+141=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 154 - color contains mainly: green. Hex color #559A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A8D is #AA6572. Grayscale: #838383. Windows color (decimal): -11167091 or 9280085. OLE color: 9280085.

HSL color Cylindrical-coordinate representation of color #559A8D: hue angle of 168.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A8D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 154 141 -
CMYK 0.45 0 0.08 0.40
HSL 168.7º 0.29% 0.47% -
HSV(B) 168.7º 0.45% 0.6% -
XYZ 20.11 26.97 29.34 -
YUV 131.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 85 154 141 0.45 0 0.08 0.40 168.7 0.29 0.47
Hex 55 9A 8D 2D 0 8 28 A9 1D 2F
Octal 125 232 215 55 0 10 50 251 35 57
Binary 1010101 10011010 10001101 101101 0 1000 101000 10101001 11101 101111

Color Harmonies of #559A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A8D

Black with #559A8D

Text Example


Text Example

White with #559A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559A8D; }

 p { color: rgb(85,154,141); }

 H1.HeaderClassName
 {
   color: #559A8D;
 }
 .AnyTagClassName
 {
   color: #559A8D;
 }
</style>

background-color css

<style>
 a { background-color: #559A8D; }

 a { background-color: rgb(85,154,141); }

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

border-color css

<style>
 span { border-color: #559A8D; }

 span { border-color: rgb(85,154,141); }

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