#569185

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

Shades of Lochinvar #569185

Tints of Lochinvar #569185

Color information

#569185 (or 0x569185) is unknown color: approx Lochinvar. HEX triplet: 56, 91 and 85. RGB value is (86,145,133). Sum of RGB (Red+Green+Blue) = 86+145+133=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #569185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569185 is #A96E7A. Grayscale: #7D7D7D. Windows color (decimal): -11103867 or 8753494. OLE color: 8753494.

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

Color convert

RGB86145133-
CMYK0.4100.080.43
HSL167.8º25.54%45.29%-
HSV(B)167.8º40.69%56.86%-
XYZ18.223.9225.85-
YUV125.99131.9599.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=23.63%
G=39.84%
B=36.54%

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
Decimal861451330.4100.080.43167.825.5445.29
Hex56918529082Ba81a2d
Octal12622120551010532503255
Binary10101101001000110000101101001010001010111010100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569185; }

 p { color: rgb(86,145,133); }

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

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

 a { background-color: rgb(86,145,133); }

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

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

 span { border-color: rgb(86,145,133); }

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