#569D8E

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

Shades of Lochinvar #569D8E

Tints of Lochinvar #569D8E

Color information

#569D8E (or 0x569D8E) is unknown color: approx Lochinvar. HEX triplet: 56, 9D and 8E. RGB value is (86,157,142). Sum of RGB (Red+Green+Blue) = 86+157+142=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #569D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569D8E is #A96271. Grayscale: #868686. Windows color (decimal): -11100786 or 9346390. OLE color: 9346390.

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

Color convert

RGB86157142-
CMYK0.4500.100.38
HSL167.32º29.22%47.65%-
HSV(B)167.32º45.22%61.57%-
XYZ20.7828.0529.91-
YUV134.06132.4893.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 157 (61.72% from 255) = 40.78%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=22.34%
G=40.78%
B=36.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861571420.4500.100.38167.3229.2247.65
Hex569D8E2D0A26a71d30
Octal12623521655012462473560
Binary10101101001110110001110101101010101001101010011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,157,142); }

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

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

 a { background-color: rgb(86,157,142); }

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

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

 span { border-color: rgb(86,157,142); }

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