#568983

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

Shades of Lochinvar #568983

Tints of Lochinvar #568983

Color information

#568983 (or 0x568983) is unknown color: approx Lochinvar. HEX triplet: 56, 89 and 83. RGB value is (86,137,131). Sum of RGB (Red+Green+Blue) = 86+137+131=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #568983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568983 is #A9767C. Grayscale: #797979. Windows color (decimal): -11105917 or 8620374. OLE color: 8620374.

HSL color Cylindrical-coordinate representation of color #568983: hue angle of 172.94º 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 #568983 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB86137131-
CMYK0.3700.040.46
HSL172.94º22.87%43.73%-
HSV(B)172.94º37.23%53.73%-
XYZ16.8821.5124.73-
YUV121.07133.6102.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=24.29%
G=38.70%
B=37.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861371310.3700.040.46172.9422.8743.73
Hex56898325042Ead172c
Octal1262112034504562552754
Binary1010110100010011000001110010101001011101010110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568983; }

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

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

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

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

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

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

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

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