#569083

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

Shades of Lochinvar #569083

Tints of Lochinvar #569083

Color information

#569083 (or 0x569083) is unknown color: approx Lochinvar. HEX triplet: 56, 90 and 83. RGB value is (86,144,131). Sum of RGB (Red+Green+Blue) = 86+144+131=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #569083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569083 is #A96F7C. Grayscale: #7D7D7D. Windows color (decimal): -11104125 or 8622166. OLE color: 8622166.

HSL color Cylindrical-coordinate representation of color #569083: hue angle of 166.55º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #569083 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB86144131-
CMYK0.4000.090.44
HSL166.55º25.22%45.1%-
HSV(B)166.55º40.28%56.47%-
XYZ17.9123.5625.08-
YUV125.18131.28100.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=23.82%
G=39.89%
B=36.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441310.4000.090.44166.5525.2245.1
Hex56908328092Ca7192d
Octal12622020350011542473155
Binary10101101001000010000011101000010011011001010011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569083; }

 p { color: rgb(86,144,131); }

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

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

 a { background-color: rgb(86,144,131); }

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

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

 span { border-color: rgb(86,144,131); }

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