#568884

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

Shades of Lochinvar #568884

Tints of Lochinvar #568884

Color information

#568884 (or 0x568884) is unknown color: approx Lochinvar. HEX triplet: 56, 88 and 84. RGB value is (86,136,132). Sum of RGB (Red+Green+Blue) = 86+136+132=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #568884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568884 is #A9777B. Grayscale: #787878. Windows color (decimal): -11106172 or 8685654. OLE color: 8685654.

HSL color Cylindrical-coordinate representation of color #568884: hue angle of 175.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568884 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB86136132-
CMYK0.3700.030.47
HSL175.2º22.52%43.53%-
HSV(B)175.2º36.76%53.33%-
XYZ16.8121.2525.05-
YUV120.59134.44103.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=24.29%
G=38.42%
B=37.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361320.3700.030.47175.222.5243.53
Hex56888425032Faf172c
Octal1262102044503572572754
Binary101011010001000100001001001010111011111010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568884; }

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

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

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

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

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

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

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

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