#568985

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

Shades of Lochinvar #568985

Tints of Lochinvar #568985

Color information

#568985 (or 0x568985) is unknown color: approx Lochinvar. HEX triplet: 56, 89 and 85. RGB value is (86,137,133). Sum of RGB (Red+Green+Blue) = 86+137+133=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #568985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568985 is #A9767A. Grayscale: #797979. Windows color (decimal): -11105915 or 8751446. OLE color: 8751446.

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

Color convert

RGB86137133-
CMYK0.3700.030.46
HSL175.29º22.87%43.73%-
HSV(B)175.29º37.23%53.73%-
XYZ17.0221.5625.46-
YUV121.3134.6102.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=24.16%
G=38.48%
B=37.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861371330.3700.030.46175.2922.8743.73
Hex56898525032Eaf172c
Octal1262112054503562572754
Binary101011010001001100001011001010111011101010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568985; }

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

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

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

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

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

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

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

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