#568982

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

Shades of Lochinvar #568982

Tints of Lochinvar #568982

Color information

#568982 (or 0x568982) is unknown color: approx Lochinvar. HEX triplet: 56, 89 and 82. RGB value is (86,137,130). Sum of RGB (Red+Green+Blue) = 86+137+130=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #568982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568982 is #A9767D. Grayscale: #787878. Windows color (decimal): -11105918 or 8554838. OLE color: 8554838.

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

Color convert

RGB86137130-
CMYK0.3700.050.46
HSL171.76º22.87%43.73%-
HSV(B)171.76º37.23%53.73%-
XYZ16.8121.4824.38-
YUV120.95133.1103.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=24.36%
G=38.81%
B=36.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861371300.3700.050.46171.7622.8743.73
Hex56898225052Eac172c
Octal1262112024505562542754
Binary1010110100010011000001010010101011011101010110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568982; }

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

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

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

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

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

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

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

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