#569084

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

Shades of Lochinvar #569084

Tints of Lochinvar #569084

Color information

#569084 (or 0x569084) is unknown color: approx Lochinvar. HEX triplet: 56, 90 and 84. RGB value is (86,144,132). Sum of RGB (Red+Green+Blue) = 86+144+132=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #569084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569084 is #A96F7B. Grayscale: #7D7D7D. Windows color (decimal): -11104124 or 8687702. OLE color: 8687702.

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

Color convert

RGB86144132-
CMYK0.4000.080.44
HSL167.59º25.22%45.1%-
HSV(B)167.59º40.28%56.47%-
XYZ17.9823.5925.44-
YUV125.29131.7899.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=23.76%
G=39.78%
B=36.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441320.4000.080.44167.5925.2245.1
Hex56908428082Ca8192d
Octal12622020450010542503155
Binary10101101001000010000100101000010001011001010100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569084; }

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

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

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

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

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

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

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

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