#569286

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

Shades of Lochinvar #569286

Tints of Lochinvar #569286

Color information

#569286 (or 0x569286) is unknown color: approx Lochinvar. HEX triplet: 56, 92 and 86. RGB value is (86,146,134). Sum of RGB (Red+Green+Blue) = 86+146+134=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #569286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569286 is #A96D79. Grayscale: #7E7E7E. Windows color (decimal): -11103610 or 8819286. OLE color: 8819286.

HSL color Cylindrical-coordinate representation of color #569286: hue angle of 168º 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 #569286 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB86146134-
CMYK0.4100.080.43
HSL168º25.86%45.49%-
HSV(B)168º41.1%57.25%-
XYZ18.4224.2626.27-
YUV126.69132.1298.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=23.50%
G=39.89%
B=36.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461340.4100.080.4316825.8645.49
Hex56928629082Ba81a2d
Octal12622220651010532503255
Binary10101101001001010000110101001010001010111010100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569286; }

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

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

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

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

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

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

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

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