#569288

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

Shades of Lochinvar #569288

Tints of Lochinvar #569288

Color information

#569288 (or 0x569288) is unknown color: approx Lochinvar. HEX triplet: 56, 92 and 88. RGB value is (86,146,136). Sum of RGB (Red+Green+Blue) = 86+146+136=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #569288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569288 is #A96D77. Grayscale: #7E7E7E. Windows color (decimal): -11103608 or 8950358. OLE color: 8950358.

HSL color Cylindrical-coordinate representation of color #569288: hue angle of 170º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #569288 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB86146136-
CMYK0.4100.070.43
HSL170º25.86%45.49%-
HSV(B)170º41.1%57.25%-
XYZ18.5624.3127.01-
YUV126.92133.1298.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=23.37%
G=39.67%
B=36.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461360.4100.070.4317025.8645.49
Hex56928829072Baa1a2d
Octal1262222105107532523255
Binary1010110100100101000100010100101111010111010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569288; }

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

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

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

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

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

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

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

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