#568885

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

Shades of Lochinvar #568885

Tints of Lochinvar #568885

Color information

#568885 (or 0x568885) is unknown color: approx Lochinvar. HEX triplet: 56, 88 and 85. RGB value is (86,136,133). Sum of RGB (Red+Green+Blue) = 86+136+133=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #568885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568885 is #A9777A. Grayscale: #787878. Windows color (decimal): -11106171 or 8751190. OLE color: 8751190.

HSL color Cylindrical-coordinate representation of color #568885: hue angle of 176.4º 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 #568885 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB86136133-
CMYK0.3700.020.47
HSL176.4º22.52%43.53%-
HSV(B)176.4º36.76%53.33%-
XYZ16.8821.2825.41-
YUV120.71134.94103.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=24.23%
G=38.31%
B=37.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361330.3700.020.47176.422.5243.53
Hex56888525022Fb0172c
Octal1262102054502572602754
Binary101011010001000100001011001010101011111011000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568885; }

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

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

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

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

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

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

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

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