#569B8C

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

Shades of Lochinvar #569B8C

Tints of Lochinvar #569B8C

Color information

#569B8C (or 0x569B8C) is unknown color: approx Lochinvar. HEX triplet: 56, 9B and 8C. RGB value is (86,155,140). Sum of RGB (Red+Green+Blue) = 86+155+140=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #569B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569B8C is #A96473. Grayscale: #848484. Windows color (decimal): -11101300 or 9214806. OLE color: 9214806.

HSL color Cylindrical-coordinate representation of color #569B8C: hue angle of 166.96º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569B8C is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB86155140-
CMYK0.4500.100.39
HSL166.96º28.63%47.25%-
HSV(B)166.96º44.52%60.78%-
XYZ20.2927.3129.01-
YUV132.66132.1494.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.57%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=22.57%
G=40.68%
B=36.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861551400.4500.100.39166.9628.6347.25
Hex569B8C2D0A27a71d2f
Octal12623321455012472473557
Binary10101101001101110001100101101010101001111010011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569B8C; }

 p { color: rgb(86,155,140); }

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

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

 a { background-color: rgb(86,155,140); }

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

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

 span { border-color: rgb(86,155,140); }

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