#568E86

Color #568E86 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #568E86

Tints of Lochinvar #568E86

Color information

#568E86 (or 0x568E86) is unknown color: approx Lochinvar. HEX triplet: 56, 8E and 86. RGB value is (86,142,134). Sum of RGB (Red+Green+Blue) = 86+142+134=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #568E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568E86 is #A97179. Grayscale: #7C7C7C. Windows color (decimal): -11104634 or 8818262. OLE color: 8818262.

HSL color Cylindrical-coordinate representation of color #568E86: hue angle of 171.43º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568E86 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB86142134-
CMYK0.3900.060.44
HSL171.43º24.56%44.71%-
HSV(B)171.43º39.44%55.69%-
XYZ17.8123.0526.06-
YUV124.34133.45100.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=23.76%
G=39.23%
B=37.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861421340.3900.060.44171.4324.5644.71
Hex568E8627062Cab192d
Octal1262162064706542533155
Binary1010110100011101000011010011101101011001010101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568E86; }

 p { color: rgb(86,142,134); }

 H1.HeaderClassName
 {
   color: #568E86;
 }
 .AnyTagClassName
 {
   color: #568E86;
 }
</style>
background-color css

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

 a { background-color: rgb(86,142,134); }

 div.DivClassName
 {
   background-color: #568E86;
 }
 .BgClassName
 {
   background-color: #568E86;
 }
</style>
border-color css

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

 span { border-color: rgb(86,142,134); }

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