#568882

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

Shades of Lochinvar #568882

Tints of Lochinvar #568882

Color information

#568882 (or 0x568882) is unknown color: approx Lochinvar. HEX triplet: 56, 88 and 82. RGB value is (86,136,130). Sum of RGB (Red+Green+Blue) = 86+136+130=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #568882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568882 is #A9777D. Grayscale: #787878. Windows color (decimal): -11106174 or 8554582. OLE color: 8554582.

HSL color Cylindrical-coordinate representation of color #568882: hue angle of 172.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568882 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB86136130-
CMYK0.3700.040.47
HSL172.8º22.52%43.53%-
HSV(B)172.8º36.76%53.33%-
XYZ16.6721.224.33-
YUV120.37133.44103.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=24.43%
G=38.64%
B=36.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361300.3700.040.47172.822.5243.53
Hex56888225042Fad172c
Octal1262102024504572552754
Binary1010110100010001000001010010101001011111010110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568882; }

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

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

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

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

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

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

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

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