#568B86

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

Shades of Lochinvar #568B86

Tints of Lochinvar #568B86

Color information

#568B86 (or 0x568B86) is unknown color: approx Lochinvar. HEX triplet: 56, 8B and 86. RGB value is (86,139,134). Sum of RGB (Red+Green+Blue) = 86+139+134=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #568B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568B86 is #A97479. Grayscale: #7A7A7A. Windows color (decimal): -11105402 or 8817494. OLE color: 8817494.

HSL color Cylindrical-coordinate representation of color #568B86: hue angle of 174.34º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568B86 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB86139134-
CMYK0.3800.040.45
HSL174.34º23.56%44.12%-
HSV(B)174.34º38.13%54.51%-
XYZ17.3722.1625.92-
YUV122.58134.44101.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=23.96%
G=38.72%
B=37.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861391340.3800.040.45174.3423.5644.12
Hex568B8626042Dae182c
Octal1262132064604552563054
Binary1010110100010111000011010011001001011011010111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568B86; }

 p { color: rgb(86,139,134); }

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

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

 a { background-color: rgb(86,139,134); }

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

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

 span { border-color: rgb(86,139,134); }

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