#569F91

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

Shades of Lochinvar #569F91

Tints of Lochinvar #569F91

Color information

#569F91 (or 0x569F91) is unknown color: approx Lochinvar. HEX triplet: 56, 9F and 91. RGB value is (86,159,145). Sum of RGB (Red+Green+Blue) = 86+159+145=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #569F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569F91 is #A9606E. Grayscale: #878787. Windows color (decimal): -11100271 or 9543510. OLE color: 9543510.

HSL color Cylindrical-coordinate representation of color #569F91: hue angle of 168.49º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #569F91 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB86159145-
CMYK0.4600.090.38
HSL168.49º29.8%48.04%-
HSV(B)168.49º45.91%62.35%-
XYZ21.3528.8231.23-
YUV135.58133.3292.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 159 (62.5% from 255) = 40.77%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=22.05%
G=40.77%
B=37.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861591450.4600.090.38168.4929.848.04
Hex569F912E0926a81e30
Octal12623722156011462503660
Binary10101101001111110010001101110010011001101010100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569F91; }

 p { color: rgb(86,159,145); }

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

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

 a { background-color: rgb(86,159,145); }

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

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

 span { border-color: rgb(86,159,145); }

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