Html Css Color HEX #559888 Lochinvar

📋 copy color: '#559888'

red 85 ◦ green 152 ◦ blue 136

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

Shades of Lochinvar #559888

Tints of Lochinvar #559888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 136 (53.52% from 255) = 36.46%

R = 22.79%
G = 40.75%
B = 36.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#559888 (or 0x559888) is known color: Lochinvar. HEX triplet: 55, 98 and 88. RGB value is (85,152,136). Sum of RGB (Red+Green+Blue) = 85+152+136=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #559888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559888 is #AA6777. Grayscale: #828282. Windows color (decimal): -11167608 or 8951893. OLE color: 8951893.

HSL color Cylindrical-coordinate representation of color #559888: hue angle of 165.67º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559888 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 136 -
CMYK 0.44 0 0.11 0.40
HSL 165.67º 0.28% 0.46% -
HSV(B) 165.67º 0.44% 0.6% -
XYZ 19.42 26.17 27.32 -
YUV 130.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 85 152 136 0.44 0 0.11 0.40 165.67 0.28 0.46
Hex 55 98 88 2C 0 B 28 A6 1C 2E
Octal 125 230 210 54 0 13 50 246 34 56
Binary 1010101 10011000 10001000 101100 0 1011 101000 10100110 11100 101110

Color Harmonies of #559888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559888

Black with #559888

Text Example


Text Example

White with #559888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559888; }

 p { color: rgb(85,152,136); }

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

background-color css

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

 a { background-color: rgb(85,152,136); }

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

border-color css

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

 span { border-color: rgb(85,152,136); }

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