#568D82

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

Shades of Lochinvar #568D82

Tints of Lochinvar #568D82

Color information

#568D82 (or 0x568D82) is unknown color: approx Lochinvar. HEX triplet: 56, 8D and 82. RGB value is (86,141,130). Sum of RGB (Red+Green+Blue) = 86+141+130=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #568D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568D82 is #A9727D. Grayscale: #7B7B7B. Windows color (decimal): -11104894 or 8555862. OLE color: 8555862.

HSL color Cylindrical-coordinate representation of color #568D82: hue angle of 168º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568D82 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB86141130-
CMYK0.3900.080.45
HSL168º24.23%44.51%-
HSV(B)168º39.01%55.29%-
XYZ17.3922.6424.57-
YUV123.3131.78101.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=24.09%
G=39.50%
B=36.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861411300.3900.080.4516824.2344.51
Hex568D8227082Da8182d
Octal12621520247010552503055
Binary10101101000110110000010100111010001011011010100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,141,130); }

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

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

 a { background-color: rgb(86,141,130); }

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

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

 span { border-color: rgb(86,141,130); }

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