#569688

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

Shades of Lochinvar #569688

Tints of Lochinvar #569688

Color information

#569688 (or 0x569688) is unknown color: approx Lochinvar. HEX triplet: 56, 96 and 88. RGB value is (86,150,136). Sum of RGB (Red+Green+Blue) = 86+150+136=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #569688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569688 is #A96977. Grayscale: #818181. Windows color (decimal): -11102584 or 8951382. OLE color: 8951382.

HSL color Cylindrical-coordinate representation of color #569688: hue angle of 166.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #569688 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB86150136-
CMYK0.4300.090.41
HSL166.88º27.12%46.27%-
HSV(B)166.88º42.67%58.82%-
XYZ19.1925.5727.22-
YUV129.27131.897.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=23.12%
G=40.32%
B=36.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861501360.4300.090.41166.8827.1246.27
Hex5696882B0929a71b2e
Octal12622621053011512473356
Binary10101101001011010001000101011010011010011010011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569688; }

 p { color: rgb(86,150,136); }

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

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

 a { background-color: rgb(86,150,136); }

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

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

 span { border-color: rgb(86,150,136); }

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