#568C87

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

Shades of Lochinvar #568C87

Tints of Lochinvar #568C87

Color information

#568C87 (or 0x568C87) is unknown color: approx Lochinvar. HEX triplet: 56, 8C and 87. RGB value is (86,140,135). Sum of RGB (Red+Green+Blue) = 86+140+135=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #568C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568C87 is #A97378. Grayscale: #7B7B7B. Windows color (decimal): -11105145 or 8883286. OLE color: 8883286.

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

Color convert

RGB86140135-
CMYK0.3900.040.45
HSL174.44º23.89%44.31%-
HSV(B)174.44º38.57%54.9%-
XYZ17.5922.4826.33-
YUV123.28134.61101.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=23.82%
G=38.78%
B=37.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861401350.3900.040.45174.4423.8944.31
Hex568C8727042Dae182c
Octal1262142074704552563054
Binary1010110100011001000011110011101001011011010111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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