#569588

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

Shades of Lochinvar #569588

Tints of Lochinvar #569588

Color information

#569588 (or 0x569588) is unknown color: approx Lochinvar. HEX triplet: 56, 95 and 88. RGB value is (86,149,136). Sum of RGB (Red+Green+Blue) = 86+149+136=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #569588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569588 is #A96A77. Grayscale: #808080. Windows color (decimal): -11102840 or 8951126. OLE color: 8951126.

HSL color Cylindrical-coordinate representation of color #569588: hue angle of 167.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569588 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB86149136-
CMYK0.4200.090.42
HSL167.62º26.81%46.08%-
HSV(B)167.62º42.28%58.43%-
XYZ19.0325.2527.16-
YUV128.68132.1397.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=23.18%
G=40.16%
B=36.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491360.4200.090.42167.6226.8146.08
Hex5695882A092Aa81b2e
Octal12622521052011522503356
Binary10101101001010110001000101010010011010101010100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569588; }

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

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

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

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

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

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

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

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