#568A80

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

Shades of Lochinvar #568A80

Tints of Lochinvar #568A80

Color information

#568A80 (or 0x568A80) is unknown color: approx Lochinvar. HEX triplet: 56, 8A and 80. RGB value is (86,138,128). Sum of RGB (Red+Green+Blue) = 86+138+128=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #568A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568A80 is #A9757F. Grayscale: #797979. Windows color (decimal): -11105664 or 8424022. OLE color: 8424022.

HSL color Cylindrical-coordinate representation of color #568A80: hue angle of 168.46º degrees, saturation: 0.23, 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 #568A80 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB86138128-
CMYK0.3800.070.46
HSL168.46º23.21%43.92%-
HSV(B)168.46º37.68%54.12%-
XYZ16.8221.7123.73-
YUV121.31131.77102.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=24.43%
G=39.20%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861381280.3800.070.46168.4623.2143.92
Hex568A8026072Ea8172c
Octal1262122004607562502754
Binary1010110100010101000000010011001111011101010100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,138,128); }

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

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

 a { background-color: rgb(86,138,128); }

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

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

 span { border-color: rgb(86,138,128); }

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